Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to kill connection in unix
Name: John Date: October 31, 2002 at 04:26:57 Pacific OS: unix CPU/Ram: not given
Comment:
Please how to kill a connection established seen in netstat?
Name: David Perry Date: October 31, 2002 at 05:43:39 Pacific
Reply:
kill -9 pid usually works Do you mean something like a telnet or ssh connection? Does it show up in finger or who ?
0
Response Number 2
Name: pk Date: October 31, 2002 at 17:22:05 Pacific
Reply:
You mean someting in routing table. remove all routing table route -f remove line by line route delete
0
Response Number 3
Name: Parimal Date: November 1, 2002 at 09:37:17 Pacific
Reply:
For NT I know there is a utility/software called Active Ports which can close the connection of netstat opened ports, but not aware on Unix...May be try searching in google if you can find something on this
Summary: Hi! I would like to find out if there's a way to span archive files in UNIX, like the same way winzip can span files? I've looked at the tar command but it seems there's no option for it to create an ...