Is there any way/command to detect ongoing telnet sessions? I have a linux system which is shared by 3-4 engineers. I want to track which engineer is logged in and from which ip address. Is there any command/log which can provide me above informations?
Thanks for your quick reply. :)
alam
2010-08-09 12:33:03
@relet: Is there any command to terminate telnet/ssh sessions?
alam
2010-08-09 12:38:26
`who -aH` and then `kill PID`
sanmai
2010-08-11 03:33:41