How to Change File Permissions in cPanel
Posted about 3 months ago 4.5kUsing File Manager
Recommended: Visual and safe method.
Change Permissions
File Manager → Right-click file/folder → Change Permissions → Set numeric value.
Recommended Values
- Folders: 755
- Files: 644
- Config files (e.g., wp-config.php): 600
Bulk Permissions
Recursive Apply
Select folder → Check 'Recurse into subdirectories' → Apply to folders/files separately.
Permissions Guide Table
| Type | Value | Reason |
|---|---|---|
| Folders | 755 | Owner full, others read/execute |
| Files | 644 | Owner read/write, others read |
| Sensitive files | 600 | Owner only access |