[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Checking log files



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