Hi,
I want to see a list of all users on a system, not just logged in ones.
Is there a command to list these.
Thanks in advance
Hi,
I want to see a list of all users on a system, not just logged in ones.
Is there a command to list these.
Thanks in advance
Code:getent passwd
Messa (16th September 2008)
Are the ones with /bin/bash/ the actual users created by me or an admin of the system?
Thanks
uid's under 1000 are system accounts. Over 1000 are local user accounts and/or NIS/YP accounts. Over 10000 or so are usually samba generated accounts (if you use it).

/bin/bash refers to the shell that they will start off with when they log in.
There are currently 1 users browsing this thread. (0 members and 1 guests)