Skip to content

Instantly share code, notes, and snippets.

@jcuffe
Created October 22, 2012 06:24
Show Gist options
  • Save jcuffe/3929963 to your computer and use it in GitHub Desktop.
Save jcuffe/3929963 to your computer and use it in GitHub Desktop.
add a user to a group, OSX
sudo dscl . append /Groups/$GROUP GroupMembership $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment