Skip to content

Chmod Calculator

Calculate Unix file permissions with an interactive chmod calculator. Convert between symbolic and numeric (octal) notation.

ReadWriteExecuteOctal
Owner7
Group5
Others5
Symbolic

-rwxr-xr-x

Octal

755

Command

chmod 755 filename

About Unix File Permissions

Unix and Linux systems use a permission model with three roles (owner, group, others) and three permission types (read, write, execute). Permissions can be expressed in symbolic notation (rwxr-xr-x) or numeric/octal notation (755). The chmod command changes file permissions. This calculator helps you convert between formats and understand permission values.