Unix Permissions Calculator
Convert between numeric (e.g. 755) and symbolic (e.g. rwxr-xr-x) modes, or use the checkboxes.
Numeric Mode
Symbolic Mode
rwxr-xr-x
Permission Bits
| Read (r) | Write (w) | Execute (x) | |
|---|---|---|---|
| Owner | |||
| Group | |||
| Others |
chmod Command
chmod 755 filename
Common Presets