Created
January 2, 2020 05:15
-
-
Save Guley/38c0b0b0e412ff17ad35665d219e342f to your computer and use it in GitHub Desktop.
Change htdocs location in linux
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 -R $USER /var/www; ln -s /var/www /home/username/htdocs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment