Skip to content

Instantly share code, notes, and snippets.

@tenthree
Last active December 18, 2017 10:05
Show Gist options
  • Save tenthree/27211db0daeb88c984a784b6d2689c4f to your computer and use it in GitHub Desktop.
Save tenthree/27211db0daeb88c984a784b6d2689c4f to your computer and use it in GitHub Desktop.
ubuntu useful commands

Ubuntu useful commands

  • list users

    compgen -u or cut -d ":" -f 1 /etc/passwd

  • list groups

    compgen -g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment