Results 1 to 2 of 2
hello frends..
first of all i asking my scenerio..
we r developing website for online study and virutual lab for it. and virtual lab we connect diffrent live router through ...
- 01-26-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 6
help to kill telnet session
hello frends..
first of all i asking my scenerio..
we r developing website for online study and virutual lab for it. and virtual lab we connect diffrent live router through telnet command. Now my work is if user loging with telnet and ip address.then in a perticular time user automatically kickoff that logged router. means kills telnet process for perticular user and perticular ip .
i found command killall -u <user> -I telnet
but it works on a perticular ip? and all that possible through linux?
please help me to find out ...
- 01-26-2008 #2Linux User
- Join Date
- Jun 2007
- Posts
- 318
I don't see a -I option in my version of killall (RedHat) but you could try this:
killall -u <user> -I "telnet <ip>"
Vic


Reply With Quote