Computer Science
General Computer Science articles :)
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment