Skip to content

Instantly share code, notes, and snippets.

@phpmaps
Created March 29, 2013 12:35
Show Gist options
  • Save phpmaps/5270552 to your computer and use it in GitHub Desktop.
Save phpmaps/5270552 to your computer and use it in GitHub Desktop.
Show all users on linux
cat /etc/passwd | cut -d ":" -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment