Viewing Users
See which users are in the system (FreeBSD 5.2)
Posted 24.09.2005 | Updated 23.05.2006 | Contributed by Nick Fratangelo


Can't remember if you've created a certain user account? Need to view all user accounts on the system? Do this:

cat  /etc/passwd

Nice. By the way, to see who is currently logged in to your server, type

who

Mann, this is difficult stuff..



- N.