Skip to content

Instantly share code, notes, and snippets.

@kevgathuku
Created April 22, 2014 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevgathuku/11173559 to your computer and use it in GitHub Desktop.
Save kevgathuku/11173559 to your computer and use it in GitHub Desktop.
Changes the ownership of the lampp htdocs to you
#!/bin/bash
#sudo chown username:groupname /opt/lampp/htdocs
sudo chown kevin:kevin /opt/lampp/htdocs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment