Skip to content

Instantly share code, notes, and snippets.

@keuzenkamp
Forked from mkdizajn/gist:5195468
Created November 19, 2013 20:07
Show Gist options
  • Save keuzenkamp/7551659 to your computer and use it in GitHub Desktop.
Save keuzenkamp/7551659 to your computer and use it in GitHub Desktop.
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
chmod 775 -R var/ app/etc/ media/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment