Skip to content

Instantly share code, notes, and snippets.

@xhlwill
Last active July 3, 2017 13:54
Show Gist options
  • Save xhlwill/a2f671566a52660bd9036ffc7d9e8302 to your computer and use it in GitHub Desktop.
Save xhlwill/a2f671566a52660bd9036ffc7d9e8302 to your computer and use it in GitHub Desktop.
show users and groups in macOS
# see all groups
dscl . list /groups
# see 'admin' group's members
dscacheutil -q group -a name admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment