Answers for "how to get list of users in ubuntu windows 10"

1

how to get list of users in ubuntu

cat /etc/passwd
#check list of users in linux ubuntu
Posted by: Guest on July-26-2020
0

list users in ubuntu

cut -d: -f1 /etc/passwd
Posted by: Guest on May-17-2020

Code answers related to "how to get list of users in ubuntu windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language