-
-
Save ihorduchenko/aa4c4998d5a60d31b138fcfe264a6a95 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 setting permissions to 777 for www folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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