Created
April 27, 2020 18:18
-
-
Save danielrotaermel/722490bd7daa69d09adbee1f127187ee to your computer and use it in GitHub Desktop.
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
# make editable by group | |
sudo chmod -R 775 /var/www/html | |
# add myself to group www-data (apache default group) | |
sudo usermod -a -G www-data ${USER} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment