chmod Calculator

Convert Unix file permissions between numeric (755) and symbolic (rwxr-xr-x) formats.

Presets
Owner (user)
0
Group
0
Others
0
Numeric (octal)
755
Symbolic
rwxr-xr-x
chmod command
chmod 755 filename

chmod Calculator — Unix File Permissions

Unix/Linux file permissions are defined for three groups: owner (user), group, and others. Each group has three bits: read (r=4), write (w=2), execute (x=1). The sum of set bits gives a number from 0 to 7.

Common permission values

Frequently Asked Questions