Skip to content

Instantly share code, notes, and snippets.

@descubraomundo
Created March 11, 2014 12:22
Show Gist options
  • Save descubraomundo/9484558 to your computer and use it in GitHub Desktop.
Save descubraomundo/9484558 to your computer and use it in GitHub Desktop.
Drupal Permission
cd /path_to_drupal_installation
chown -R deploy:www-data .
find . -type d -exec chmod u=rwx,g=rx,o=rx {} \;
find . -type f -exec chmod u=rw,g=r,o=r {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment