Created
April 22, 2014 10:36
-
-
Save kevgathuku/11173559 to your computer and use it in GitHub Desktop.
Changes the ownership of the lampp htdocs to you
This file contains 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
#!/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