Last active
September 7, 2018 19:26
-
-
Save seanbuscay/5b3867cf1365ab29758e to your computer and use it in GitHub Desktop.
Add User to Apache Group on Mac OSX
From http://stackoverflow.com/questions/4424612/how-to-add-a-user-to-apache-group-on-mac-os-x
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
sudo dseditgroup -o edit -a `whoami` -t user _www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment