Wednesday, September 16, 2009

Login Activity on a Unix Server

To check the login activity on a Unix server you can run the following command:
# last | head

'head' just displays the last 10 logins.

You can also check the login activity of a specific user:
# last user_name | head

No comments:

Post a Comment