chmod Calculator
Calculate Linux file permissions visually. Toggle read/write/execute for owner, group, and others.
Common:
| Read (r) +4 |
Write (w) +2 |
Execute (x) +1 |
Value | |
|---|---|---|---|---|
| 👤 Owner | 7 | |||
| 👥 Group | 5 | |||
| 🌍 Others | 5 |
755
Numeric (octal)
rwxr-xr-x
Symbolic
chmod 755
Command
Permission breakdown
Reference table:
0 = ---1 = --x2 = -w-3 = -wx
4 = r--5 = r-x6 = rw-7 = rwx