netstat, socket, pid

2006-09-05 Thread Stephan A. Rickauer
What is the most elegant way to find out which pid/program belongs to
which socket? netstat(1) and archive didn't help me in that case.

Thanks,

--

 Stephan A. Rickauer

 ---
 Institut f|r Neuroinformatik  Tel: +41 44 635 30 50
 Universitdt / ETH Z|rich  Sek: +41 44 635 30 52
 Winterthurerstrasse 190   Fax: +41 44 635 30 53
 CH-8057 Z|richWeb:  www.ini.ethz.ch

 RSA public key: https://www.ini.ethz.ch/~stephan/pubkey.asc
 ---

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]



Re: netstat, socket, pid

2006-09-05 Thread Han Boetes
Stephan A. Rickauer wrote:
> What is the most elegant way to find out which pid/program
> belongs to which socket? netstat(1) and archive didn't help me
> in that case.

fstat


# Han