Changes

From SME Server
Jump to navigationJump to search
7 bytes added ,  18:30, 16 August 2011
m
Line 47: Line 47:  
  find . -type d -exec chmod 755 {} \;
 
  find . -type d -exec chmod 755 {} \;
 
  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/ media/ -type d -exec chmod 775 {} \;
 
  find cache/ -type f -exec chmod 664 {} \;
 
  find cache/ -type f -exec chmod 664 {} \;
  
227

edits

Navigation menu