Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mimikadze/5f56e291a9b6b23958fdff245cfbceef to your computer and use it in GitHub Desktop.
Save mimikadze/5f56e291a9b6b23958fdff245cfbceef to your computer and use it in GitHub Desktop.
Show all users in the POSIX-compliant system
cat /etc/passwd | cut -d ":" -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment