Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
operations:file_permissions [2016/08/24 16:43] eServices Greece |
operations:file_permissions [2017/03/21 12:42] (current) eServices Greece |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== File Permissions ====== | ====== File Permissions ====== | ||
- | ===== Joomla | + | ===== General |
- | Directories | + | These are the default permissions for all files on CMS, Forums etc (Joomla, Wordpress, phpMyAdmin, myBB, etc) |
- | <sxh bash> | + | ==== Directories |
- | find . -type d -exec chmod 755 {} \; | + | <sxh bash> |
- | </ | + | |
- | Files < | + | |
- | <sxh bash> | + | |
- | find . -type f -exec chmod 644 {} \; | + | |
</ | </ | ||
+ | ==== Files ==== | ||
+ | <sxh bash> | ||
+ | |||
+ | ===== Application Specific ===== | ||
+ | |||
+ | ==== Joomla ==== | ||
+ | <sxh bash> | ||
+ | |||
+ | ==== MyBB ==== | ||
+ | <sxh bash> | ||
+ | chmod 777 cache/ cache/ |