Free chmod Calculator

Toggle read/write/execute for owner, group, and others · and get the octal and symbolic chmod notation both ways.

Frequently asked

What do 755 and 644 mean?

Each digit is owner/group/others, summing read=4, write=2, execute=1. 755 = rwxr-xr-x (directories, executables); 644 = rw-r--r-- (regular files). Directories need execute to be entered · that's why files and dirs differ.

When is 777 a problem?

Almost always · it lets any local user or compromised process modify the file. World-writable web roots turn any minor breach into persistent code execution. If something "only works with 777", fix ownership instead.

Related tools

  • Color Contrast Checker · Pick a text and background color and get the WCAG contrast ratio · with pass/fail for AA and AAA at normal and large text sizes.
  • MIME Type Lookup · Search by file extension or MIME type · get the correct Content-Type for serving any file, with notes on the security-sensitive ones.
  • HTTP Status Codes · Every HTTP status code, searchable · what each means, when to use it, and which ones have security implications worth knowing.

Run a full security scan →