Linux Knowledge Base
File Permission Values
| Value | Permission Level |
|---|---|
| 400 | Owner Read |
| 200 | Owner Write |
| 100 | Owner Execute |
| 40 | Group Read |
| 20 | Group Write |
| 10 | Group Execute |
| 4 | Global Read |
| 2 | Global Write |
| 1 | Global Execute |
Owner and group read and write + global read = 0664