chmod Calculator
Agent tools require a browser with WebMCP support. You can use this tool manually.
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 file