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 ;)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment