What is the command to show the users set up on an Ubuntu Server?
Thanks
What is the command to show the users set up on an Ubuntu Server?
Thanks
Rush Blue
You could get that info by doing:
# cat /etc/passwd
or
# lastlog
which will give you a list of every single user plus the last time they logged in (or "never logged in" if that user had not logged in ever).
Look at /etc/passwd
Thank you both very much.
Rush Blue
thank you
Thanks
# lastlog <--- very nice command. Thanks!
Back to sleepy sleep. Closed.
Bookmarks