List All Users
October 26, 2015 ยท View on GitHub
On unix-based systems, all system users are listed with other relevant
information in the /etc/passwd file. You can output a quick list of the
users by name with the following command:
$ cut -d: -f1 /etc/passwd