Chmod Calculator
Calculate the octal and symbolic chmod permission string from checkboxes — no more mental math to figure out that read+write+execute for owner is a 7.
| Read | Write | Execute | |
|---|---|---|---|
| Owner | |||
| Group | |||
| Others |
755
Octal (chmod 755)
rwxr-xr-x
Symbolic
What this means
- Owner: read, write, execute
- Group: read, execute
- Others: read, execute
Common presets
How was this tool?
Your feedback helps us improve Chmod Calculator.
