Skip to content

Instantly share code, notes, and snippets.

@devillom
Created September 14, 2017 10:27
Show Gist options
  • Save devillom/3ca9ef39805eda8d5f6e7003df8a0bc6 to your computer and use it in GitHub Desktop.
Save devillom/3ca9ef39805eda8d5f6e7003df8a0bc6 to your computer and use it in GitHub Desktop.
sudo find . -type f -exec chmod 664 {} +
sudo find . -type d -exec chmod 775 {} +
sudo chmod 660 wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment