Linux Tools

Linux Permissions Calculator

Toggle read/write/execute flags, preview symbolic and octal forms, and copy commands.

Updated 2024-01-15

Linux Permissions Calculator

Toggle rwx bits, special flags, see octal/symbolic, and copy a ready chmod command.

u

g

o

Special

Octal: 0755

Symbolic: rwxr-xr-x

Command: chmod 0755 path/to/file

Tip: apply recursively: chmod -R 0755 dir

Related tools

Linux Permissions Calculator | Linux Tools