Monday, March 19, 2007

Track logins using last and who in Linux






last command displays the deatils of the last login sessions, users,time,date etc.
eg: $last

for specifying the number of entries one can use

$last -n5

To show five entries.

who shows the currently logged in users in the computer

$who

No comments: