Answers for "linux list logged users"

22

list users in linux

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

get users linux

$ cat /etc/passwd | cut -d: -f1
Posted by: Guest on April-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language