Chmod calculator

Calculate Unix file permissions between octal notation and symbolic rwx format

Quick Input

Permissions

Read(+4)Write(+2)Execute(+1)OctalSymbolic
Owner7rwx
Group5r-x
Others5r-x

Octal

755

e.g. chmod 755 file

Symbolic

rwxr-xr-x

ls -la output format

Meaning

Owner: read, write, execute

Group: read, execute

Others: read, execute