Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created October 17, 2017 09:34
Show Gist options
  • Save ihorduchenko/aa4c4998d5a60d31b138fcfe264a6a95 to your computer and use it in GitHub Desktop.
Save ihorduchenko/aa4c4998d5a60d31b138fcfe264a6a95 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 setting permissions to 777 for www folder
sudo chown -Rf www-data.www-data /var/www/html/
sudo chmod 777 -R /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment