Skip to content

Instantly share code, notes, and snippets.

@leogopal
Created January 28, 2016 10:05
Show Gist options
  • 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