Return to Snippet

Revision: 22883
at January 25, 2010 10:59 by danshields


Initial Code
find . -type f -exec chmod 644 {} \;
   find . -type d -exec chmod 755 {} \;
   chmod o+w var var/.htaccess includes includes/config.php app/etc
   chmod 550 pear
   chmod -R o+w media

Initial URL


Initial Description


Initial Title
Reset Magento File Permissions

Initial Tags


Initial Language
Bash