Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Killing pts/#

Status
Not open for further replies.
Apr 12, 2001
46
0
0
US
I have a remote vendor log into our box to work on some software. The software locked up so he just closed his telnet session. Now when I do a who the pts/# shows up along with the remote IP address. My question is, how do I get the PID number for that pts and kill it. I tried doing a ps -t pts/# and got the pid then killed it, but when I do a who its still showing up. Any help would be great!
 
Hello,
If you have a modem then there is setting in modem that will close the connection and you do not have to worry about killing the process.
go to and find technical document on configure of modem and it will take care of your issue.
 
Hi,

ps -ef | grep pts/x

then kill ksh process of that pts...

Regards
Thomas
 
Hi

Give who -u it will give you pid to kill process
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top