Loading...
Visually build Unix file permissions with owner/group/other controls, special bits, presets, and instant command output.
Octal
Symbolic
Command
rw-
r--
r--
| Value | Symbol | Meaning |
|---|---|---|
| 4 | r | Read |
| 2 | w | Write |
| 1 | x | Execute |
| 4 (special) | s/S | SetUID — run as file owner |
| 2 (special) | s/S | SetGID — run as group |
| 1 (special) | t/T | Sticky — only owner can delete |