Skip to content

Instantly share code, notes, and snippets.

@phackwer
Last active July 16, 2018 10:19
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 phackwer/6f2e7d494f373bc1de521bceeb88361b to your computer and use it in GitHub Desktop.
Save phackwer/6f2e7d494f373bc1de521bceeb88361b to your computer and use it in GitHub Desktop.
Get user as admin/root in MacOS
sudo dscl . -merge /Groups/admin GroupMembership username
sudo dscl . -append /groups/admin GroupMembership phackwer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment