Skip to content

Instantly share code, notes, and snippets.

@dillonhafer
Created November 22, 2013 15:38
Show Gist options
  • Save dillonhafer/7601859 to your computer and use it in GitHub Desktop.
Save dillonhafer/7601859 to your computer and use it in GitHub Desktop.
List all users in OSX
dscacheutil -q user | grep -A 3 -B 2 -e uid:\ 5'[0-9][0-9]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment