Results 1 to 2 of 2
Hi! I have been wondering how to terminate a connection which I can see by typing netstat -t. Thanks !...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-02-2004 #1Linux Newbie
- Join Date
- Jan 2004
- Location
- Belgrade, S&M
- Posts
- 177
Terminating connections
Hi! I have been wondering how to terminate a connection which I can see by typing netstat -t. Thanks !
- 05-02-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
run "netstat -tp" to get the process id, and kill that process. Note that the kernel may leave connections in a TIME_WAIT state for a few minutes, this is natural.
Jason


Reply With Quote
