To output a list of top 10 recent system users:
$ last | head
To output a list of last 10 logins of a user (say: mitesh):
$ last mitesh | head
Note: This command is very useful in determining who has
logged in the system at particular moment. Helpful in forensics ;)
Showing posts with label last. Show all posts
Showing posts with label last. Show all posts
Friday, October 3, 2008
Subscribe to:
Posts (Atom)