Skip to content

Instantly share code, notes, and snippets.

@olimortimer
Created August 16, 2012 11:02
Show Gist options
  • Save olimortimer/3369299 to your computer and use it in GitHub Desktop.
Save olimortimer/3369299 to your computer and use it in GitHub Desktop.
CLI: Magento Permissions
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod 550 pear
chmod 550 mage
chmod -R 777 media var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment