Chmod Calculator
Unix file permission calculator. Toggle rwx bits for owner, group, and other. See numeric (octal) and symbolic notation instantly.
Octal
755
Symbolic
-rwxr-xr-x
Command
chmod 755 file| Read (r) | Write (w) | Execute (x) | Value | |
|---|---|---|---|---|
| owner | 7 | |||
| group | 5 | |||
| other | 5 |