Last active
July 3, 2017 13:54
-
-
Save xhlwill/a2f671566a52660bd9036ffc7d9e8302 to your computer and use it in GitHub Desktop.
show users and groups in macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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