Chmod Calculator
| Key table | |
| Number | Description |
| 0 | None – cannot read or write or execute |
| 1 | Can execute, but cannot read or write |
| 2 | Write-only, cannot read or execute |
| 3 | Write-able/executable |
| 4 | Read-only, cannot write to or execute |
| 5 | Read-only executable, cannot write to |
| 6 | Readable Writeable file, but not executable |
| 7 | Readable Writeable Executable file |
No comments yet