Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 ...

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...