Skip to content

Instantly share code, notes, and snippets.

@retrography
Created January 29, 2015 18:05
Show Gist options
  • Save retrography/920b3fed72fac01c00f0 to your computer and use it in GitHub Desktop.
Save retrography/920b3fed72fac01c00f0 to your computer and use it in GitHub Desktop.
Adding or removing a user from a group on MaxOS
sudo dseditgroup -o edit -a user1 -t user group1
sudo dseditgroup -o edit -d user1 -t user group1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment