Skip to content

Instantly share code, notes, and snippets.

@AlexTape
Last active October 23, 2015 10:52
Show Gist options
  • Save AlexTape/0d66102885cd3561ac61 to your computer and use it in GitHub Desktop.
Save AlexTape/0d66102885cd3561ac61 to your computer and use it in GitHub Desktop.
# list hidden users
dscl . list /Users | grep -v '^_'
# list all known user informations
dscl . -read /Users/%USER%
# list groupmembers
dscl . -read /Groups/%GROUP% GroupMembership
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment