Chmod Calculator
Toggle Linux file permission bits and read both numeric and symbolic chmod.
| Who | Read (4) | Write (2) | Execute (1) | Octal |
|---|---|---|---|---|
| Owner | 7 | |||
| Group | 5 | |||
| Other | 5 |
755
Numeric
rwxr-xr-x
Symbolic
chmod 755 file
Command
About this tool
Click on read / write / execute bits for owner, group and other, and read out the matching octal value (e.g. 755) and symbolic notation (e.g. rwxr-xr-x).