Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
operations:file_permissions [2017/03/21 12:37]
eServices Greece
operations:file_permissions [2017/03/21 12:42] (current)
eServices Greece
Line 8: Line 8:
 <sxh bash>find . -type f -exec chmod 644 {} \;</sxh> <sxh bash>find . -type f -exec chmod 644 {} \;</sxh>
  
 +===== Application Specific =====
 +
 +==== Joomla ====
 +<sxh bash>chmod 644 configuration.php</sxh>
 +
 +==== MyBB ====
 +<sxh bash>chmod 666 inc/config.php inc/settings.php
 +chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/</sxh>