Developer
CHMOD Calculator
Set Unix file permissions visually. Toggle checkboxes or type a numeric code — everything syncs live. Get the ready-to-use chmod command.
Owner
Group
Others
| Entity | Read (r) = 4 | Write (w) = 2 | Execute (x) = 1 |
|---|---|---|---|
u Owner |
|||
g Group |
|||
o Others |
Numeric
755
Symbolic
rwxr-xr-x
Octal
0755
chmod command
chmod 755 filename
recursive (directories)
chmod -R 755 directory/
Owner
7
Read + Write + Execute
Group
5
Read + Execute
Others
5
Read + Execute
644
rw-r--r--
Files
755
rwxr-xr-x
Directories
777
rwxrwxrwx
Full access
600
rw-------
Private
400
r--------
Read-only
700
rwx------
Owner only
664
rw-rw-r--
Group write
775
rwxrwxr-x
Group dir