Skip to content

Instantly share code, notes, and snippets.

@Guley
Created January 2, 2020 05:15
Show Gist options
  • Save Guley/38c0b0b0e412ff17ad35665d219e342f to your computer and use it in GitHub Desktop.
Save Guley/38c0b0b0e412ff17ad35665d219e342f to your computer and use it in GitHub Desktop.
Change htdocs location in linux
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