Skip to content

Instantly share code, notes, and snippets.

@lazidoca
Created October 31, 2021 08:32
Show Gist options
  • Save lazidoca/6353fe60dfa729ffe8ba61751fd5511a to your computer and use it in GitHub Desktop.
Save lazidoca/6353fe60dfa729ffe8ba61751fd5511a to your computer and use it in GitHub Desktop.
list all users linux
cut -d: -f1 /etc/passwd
https://askubuntu.com/questions/410244/is-there-a-command-to-list-all-users-also-to-add-delete-modify-users-in-the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment