chmod Calculator
Convert between octal and symbolic Unix file permissions. Handy for NFS exports, Docker volume mounts, and SSH key files.
| read (4) | write (2) | execute (1) | octal | |
|---|---|---|---|---|
| owner | 7 | |||
| group | 5 | |||
| others | 5 |
symbolic-rwxr-xr-x
$ chmod 755 fileConvert between octal and symbolic Unix file permissions. Handy for NFS exports, Docker volume mounts, and SSH key files.
| read (4) | write (2) | execute (1) | octal | |
|---|---|---|---|---|
| owner | 7 | |||
| group | 5 | |||
| others | 5 |
$ chmod 755 file