Click to See Complete Forum and Search --> : Listing Users on Linux


LinuxColonel
11-18-2000, 03:09 PM
Whats a command to list users on a system. Not the users logged in but the actual users that have accounts on the system?

Muzzafarath
11-18-2000, 04:28 PM
cat /etc/passwd


That'll list all of the users and some other info (their shell and stuff like that).