Skip to content

Instantly share code, notes, and snippets.

@jaynarayan89
Created October 19, 2020 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaynarayan89/7724b552f89511b765d6585f7ee04a0b to your computer and use it in GitHub Desktop.
Save jaynarayan89/7724b552f89511b765d6585f7ee04a0b to your computer and use it in GitHub Desktop.
wordpress file per for localhost
sudo usermod -a -G www-data jay
sudo find . -exec chown jay:www-data {} +
sudo find . -type f -exec chmod 664 {} +
sudo find . -type d -exec chmod 775 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment