← grid/G · SYSTEMS & INFRA/Chmod / Permission Calculatorlive · localpick another

Chmod Calculator

Build and decode Unix file permission strings interactively

Permission Builder
ReadWriteExec
OctSymSpecial
Owner
7rwx
Group
5r-x
Other
5r-x
Import from Octal

Enter 3 or 4 digit octal to set the checkboxes above

Common Presets
Result

Octal

755

Symbolic

rwxr-xr-x

owner has full access, group can read & execute, others can read & execute

chmod Commands
Filename
Octalchmod 755 <file>
Symbolicchmod rwxr-xr-x <file>
Bit Reference
4 (r)Read
2 (w)Write
1 (x)Execute
4000SetUID — run as file owner
2000SetGID — run as group
1000Sticky — only owner can delete
DWG · G-CHMOD-CALCULATOR100% client-side·⌘C copy · ESC → grid