Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created September 9, 2020 11:03
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 nghiahsgs/6a2075a31ab1d4d98d3cb8a39f5ea570 to your computer and use it in GitHub Desktop.
Save nghiahsgs/6a2075a31ab1d4d98d3cb8a39f5ea570 to your computer and use it in GitHub Desktop.
sudo chown -R www-data:www-data /var/www/wp_006.com
sudo find /var/www/wp_006.com/ -type d -exec chmod 750 {} \;
sudo find /var/www/wp_006.com/ -type f -exec chmod 640 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment