Skip to content

Instantly share code, notes, and snippets.

@mcjim
Created May 29, 2013 11:32
Show Gist options
  • Save mcjim/5669636 to your computer and use it in GitHub Desktop.
Save mcjim/5669636 to your computer and use it in GitHub Desktop.
Add user to the _www group on OSX 10.8 (Mountain Lion).
sudo dseditgroup -o edit -u ADMINISTRATOR -p -a USER -t user _www
(adapted from http://itsallmacademic.com/2012/08/18/add-a-user-to-the-print-operator-group/)
@mcjim
Copy link
Author

mcjim commented May 29, 2013

For some reason, Workgroup Manager (which is a GUI you can use to do this) wan't working on one of my machines (didn't load groups) so I used this method instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment