[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Is there a log of who logs into the server?
- Subject: Re: [cobalt-users] Is there a log of who logs into the server?
- From: "cbtrussell" <cbtrussell@xxxxxxxxxxx>
- Date: Sat Dec 14 07:25:32 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
as root:
cat /var/log/auth | grep username
or
last -d -a
HTH,
Brandon