Skip to content

Instantly share code, notes, and snippets.

@codfish
Created August 1, 2014 16:32
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 codfish/df9d2da0c69592cd89f7 to your computer and use it in GitHub Desktop.
Save codfish/df9d2da0c69592cd89f7 to your computer and use it in GitHub Desktop.
Add a user to a group in OS X. http://superuser.com/a/214311
sudo dseditgroup -o edit -a <username> -t user <groupname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment