Skip to content

Instantly share code, notes, and snippets.

@OdinsHat
Last active December 8, 2017 10:44
Show Gist options
  • Save OdinsHat/b2e24caa4f6a7c4c12324acc82d8ab5e to your computer and use it in GitHub Desktop.
Save OdinsHat/b2e24caa4f6a7c4c12324acc82d8ab5e to your computer and use it in GitHub Desktop.
Permissions settings for most frameworks
find ./ -type f -exec chmod 644 {} \;
find ./ -type d -exec chmod 755 {} \;
chown www-data:www-data * -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment