UWTools
Developer Tools

Chmod Calculator

Convert chmod octal notation to symbolic Unix permissions.

rwxr-xr-xSymbolic
rwxOwner
r-x / r-xGroup / Other
chmod 755 filename

Enter a 3-digit chmod value from 000 to 777.

Chmod notation

Each octal digit maps to read, write and execute permissions using values 4, 2 and 1.