Skip to content

Instantly share code, notes, and snippets.

@shayne
Created July 10, 2012 23:27
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save shayne/3086902 to your computer and use it in GitHub Desktop.
Save shayne/3086902 to your computer and use it in GitHub Desktop.
Add Mac OS X user to "wheel" group (no more sudo passwd)
sudo dscl . -append /groups/wheel GroupMembership <username>
# now `sudo visudo` and remove comment from: %wheel ALL=(ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment