| Mode | Description |
|---|---|
| 644 | Owner reads and writes, everyone else reads (typical file) |
| 755 | Owner full access, everyone else reads and enters (typical directory or script) |
| 600 | Only the owner reads and writes (private keys, secrets) |
| 700 | Only the owner has any access (private directory) |