[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Checking log files
- Subject: Re: [cobalt-users] Checking log files
- From: "Hans van Kilsdonk" <hans@xxxxxxxxxxxxxx>
- Date: Mon Feb 26 01:39:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi !
> I am not sure how to check /var/log/lastlog, as it comes out all garbled
> up. Can anyone help? Thanks!
Try in the shell:
last -n
Where n is a number:
last -25
shows the last 25 logins :)
Regards,
Hans