How to list all users on a Linux machine?

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

Tags: ,

Leave a Reply