Typlite
chmod Calculator
Calculate Unix file permissions — octal and symbolic
Octal
chmod 755
Copy
Symbolic:
-rwxr-xr-x
Copy
Read (4)
Write (2)
Execute (1)
Value
Owner
r
w
x
7
Group
r
w
x
5
Others
r
w
x
5
Common permissions
755
Owner: all, Others: read+exec
644
Owner: read+write, Others: read
777
Everyone: all permissions
600
Owner only: read+write
700
Owner only: all
444
Everyone: read only