Re: Kill TCP session
- From: "Brian Mac" <mcnamarabrian@xxxxxxxxx>
- Date: 31 Jul 2006 04:14:36 -0700
Hi Rahan,
Check out a utility called lsof - to the best of my knowledge it isn't
included with Solaris. It will list open files, including network
connections. The difference between it and netstat is that lsof will
list the PID . Here is a helpful (albeit brief) page that shows what
can be done with lsof:
http://www.akadia.com/services/lsof_intro.html
In your case, you could run something like:
lsof -iTCP@HostnameOrIPAddress:PortNumber
Thanks!
Brian
rahan wrote:
Hi,
kill is used to kill process.
How it's possible to kill a tcp session btw client and solaris server
without killing process ?
So, i have some tcp connexion to the application running on my solaris
server, and i need to know how it's possible to kill session btw one
client and my server.
Thank You very much for your help
Best Regards
Rahan
.
- Follow-Ups:
- Re: Kill TCP session
- From: Ceri Davies
- Re: Kill TCP session
- From: Rahan
- Re: Kill TCP session
- References:
- Kill TCP session
- From: rahan
- Kill TCP session
- Prev by Date: Re: Problems booting from Solaris 8 CD (downloaded and burnt)
- Next by Date: Re: Solaris vs AIX
- Previous by thread: Kill TCP session
- Next by thread: Re: Kill TCP session
- Index(es):
Relevant Pages
|