Chmod Calculator
Convert between numeric and symbolic Unix file permissions
Enter 3 digits (0-7), e.g., 755, 644, 777
Use r (read), w (write), x (execute), - (none)
| Role | Read (4) | Write (2) | Execute (1) | Value | Symbolic |
|---|---|---|---|---|---|
| owner | 4 | 2 | 1 | 7 | rwx |
| group | 4 | - | 1 | 5 | r-x |
| other | 4 | - | 1 | 5 | r-x |