Tag Archives: users

How to list all users on a Linux machine?

 cat /etc/passwd | cut -d”:” -f1

Posted in Linux, Linux Administration | Tagged , | Leave a comment