Changes

From SME Server
Jump to navigationJump to search
75 bytes added ,  16:23, 6 June 2009
m
no edit summary
Line 44: Line 44:     
Now change the permissions:
 
Now change the permissions:
 +
chown -R admin:www ./*
 
  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/ -type d -exec chmod 775 {} \;
    
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