Skip to content

Instantly share code, notes, and snippets.

@jameshiggins
Created June 12, 2014 18:25
Show Gist options
  • Save jameshiggins/9a3606e393b18a44a7e4 to your computer and use it in GitHub Desktop.
Save jameshiggins/9a3606e393b18a44a7e4 to your computer and use it in GitHub Desktop.
Magento Permission Commands
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chown -R beautyse.beautyse beauty_test/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment