[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?



as root:

cat /var/log/auth | grep username 

or

last -d -a

HTH,

Brandon