Created
October 31, 2021 08:32
-
-
Save lazidoca/6353fe60dfa729ffe8ba61751fd5511a to your computer and use it in GitHub Desktop.
list all users linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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