Chmod Calculator

Calculate Unix file permissions. Click checkboxes or type octal.

-rwxr-xr-x
Read (4)
Write (2)
Execute (1)
Owner
Group
Others
Octal 755
Symbolic rwxr-xr-x
Command chmod 755 filename

Common Permissions

755
rwxr-xr-x — Executable/directory
644
rw-r--r-- — Regular file
700
rwx------ — Private executable
600
rw------- — Private file
777
rwxrwxrwx — Full access (dangerous)
444
r--r--r-- — Read-only all
775
rwxrwxr-x — Group writable dir
664
rw-rw-r-- — Group writable file
400
r-------- — SSH private key
750
rwxr-x--- — Restricted executable