Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!sgi!brendan@illyria.wpd.sgi.com From: brendan@illyria.wpd.sgi.com (Brendan Eich) Newsgroups: comp.sys.sgi Subject: Re: How to find the local part of a network connection ? Message-ID: <102009@sgi.sgi.com> Date: 7 May 91 07:05:50 GMT References: <1991May6.164005.10527@bernina.ethz.ch> Sender: guest@sgi.sgi.com Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 11 In article <1991May6.164005.10527@bernina.ethz.ch>, almesber@nessie.cs.id.ethz.ch (Werner Almesberger) writes: > Is there a way to find out which process is the local part of a certain > tcp connection ? Right now I'm tracing a problem where a yet unidentified > program leaves "zombie" links (they stay in CLOSE_WAIT and don't go away) > and find myself once again wondering why such a tool is missing ... If you have 3.3.2, try 'fuser 1023/tcp', e.g. I extended fuser to find processes using TCP and UDP ports. The complete enhancement and man page changes appear in the forthcoming 4.0 release. /be