Changes

From SME Server
Jump to navigationJump to search
43 bytes added ,  23:47, 13 December 2009
m
Line 48: Line 48:  
  find . -type f -exec chmod 644 {} \;
 
  find . -type f -exec chmod 644 {} \;
 
  find cache/ images/ tmp/ -type d -exec chmod 775 {} \;
 
  find cache/ images/ tmp/ -type d -exec chmod 775 {} \;
 +
find cache/ -type f -exec chmod 664 {} \;
    
Temporary elevate the permissions to install plugins or configure (change back after you install or configure):
 
Temporary elevate the permissions to install plugins or configure (change back after you install or configure):
 
  find . -type d -exec chmod 775 {} \;
 
  find . -type d -exec chmod 775 {} \;
 
  find . -type f -exec chmod 664 {} \;
 
  find . -type f -exec chmod 664 {} \;
227

edits

Navigation menu