Answers for "list all user"

2

users list linux

cut -d: -f1 /etc/passwd
or
cat /etc/passwd
Posted by: Guest on February-25-2021
0

linux list users

cut -d: -f1 /etc/passwdCopy
Posted by: Guest on August-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language