Skip to content

Instantly share code, notes, and snippets.

@leogopal
Created January 28, 2016 10:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leogopal/9719cee4aad9f958c49c to your computer and use it in GitHub Desktop.
Save leogopal/9719cee4aad9f958c49c to your computer and use it in GitHub Desktop.
#For files
sudo find . -type f -exec chmod 664 {} +
#For Directories
sudo find . -type d -exec chmod 775 {} +
#For the Config File
sudo chmod 660 wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment