Skip to content

Instantly share code, notes, and snippets.

@tonyoconnell
Created April 10, 2012 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyoconnell/2351252 to your computer and use it in GitHub Desktop.
Save tonyoconnell/2351252 to your computer and use it in GitHub Desktop.
Reset File Permissions Magento
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod 550 mage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment