Skip to content

Instantly share code, notes, and snippets.

@ikr
Created March 18, 2011 10:35
Show Gist options
  • Save ikr/875875 to your computer and use it in GitHub Desktop.
Save ikr/875875 to your computer and use it in GitHub Desktop.
Adding myself to Apache's user group (_www) on Mac OS X
sudo dseditgroup -o edit -a ikr -t user _www
@iambriansreed
Copy link

ikr being the username to replace. :)

@dewwwald
Copy link

You can also use the more copy paste method.

sudo dseditgroup -o edit -a `whoami` -t user _www

where whoami determines current user.

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