Chmod Calculator
Math & LogicConvert between symbolic (rwxrwxrwx) and numeric (755) Unix file permissions. Interactive checkboxes with common presets.
| Read | Write | Execute | Value | |
|---|---|---|---|---|
| Owner | 4 | |||
| Group | 1 | |||
| Other | 3 |
Numeric: 635
Symbolic: r----x-wx
Command: chmod 635 <file>
ls output: -r----x-wx