β All tools
File Permission Recommender
Suggest least-privilege permissions from supplied paths or archive metadata; it does not change server filesystem permissions.
β‘ 99 points per successful run Β· Balance: 0 Β· Buy points
Standard Permissions Guide
Review common least-privilege modes and optionally inspect Unix permission metadata stored in a ZIP. This tool never changes server permissions.
| Item Type | Permission | Reason |
|---|---|---|
| Directories | 755 (drwxr-xr-x) | Owner can write, others read/execute. Never 777! |
| Files (PHP, HTML) | 644 (-rw-r--r--) | Owner write/read, others read only. |
| Config Files (.env) | 400 or 440 | Read only by owner. Critical security. |
| Uploads Folder | 755 | Writable by owner (web user), but avoid existing scripts execution if possible. |
Command Generator
Generate review commands for your server. Inspect them before copying or running.
# Select options to generate commands...