chmod Calculator
v1.0.0Calculate Unix file permission octals interactively with read/write/execute toggles for owner, group, and others.
| Who | Read (r) | Write (w) | Execute (x) | Octal |
|---|---|---|---|---|
| Owner | 6 | |||
| Group | 4 | |||
| Others | 4 |
Octal
644
Symbolic
-rw-r--r--
chmod 644 filename