Differences

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

Link to this comparison view

Both sides previous revision Previous revision
operations:file_permissions [2017/03/21 12:40]
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>
  
-===== MyBB =====+===== Application Specific ===== 
 + 
 +==== Joomla ==== 
 +<sxh bash>chmod 644 configuration.php</sxh> 
 + 
 +==== MyBB ====
 <sxh bash>chmod 666 inc/config.php inc/settings.php <sxh bash>chmod 666 inc/config.php inc/settings.php
 chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/</sxh> chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/</sxh>