Skip to content

Instantly share code, notes, and snippets.

@TaylorHawkes
Forked from NoMan2000/files.sh
Last active August 29, 2015 14:24
Show Gist options
  • Save TaylorHawkes/fd8acbabaa71893ff0e1 to your computer and use it in GitHub Desktop.
Save TaylorHawkes/fd8acbabaa71893ff0e1 to your computer and use it in GitHub Desktop.
sudo find . -type f | xargs chmod -v 664
sudo find . -type d | xargs chmod -v 775
sudo chmod -R u=rwX,g=rwX,o=rX .
sudo chown -R ubuntu:www-data .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment