Answers for "linux how find out all users on system"

22

list users in linux

cat /etc/passwd
Posted by: Guest on April-06-2020
0

get users linux

$ cat /etc/passwd

$ less /etc/passwd

$ more /etc/passwd
Posted by: Guest on January-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language