This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF8590.4D1C6B9A Content-Type: text/plain; charset="iso-8859-1" fuser -n tcp 80 for port 80 this will spit out tcp/80: and then all those processes i'd suggest spitting the output of fuser -n tcp 80 to a text file, then a little script to split/tokenize/etc etc for the processes, then ps -ef | grep process -----Original Message----- From: Joel Dudley [mailto:joel@silverw.com] Sent: Friday, March 03, 2000 9:16 PM To: plug-discuss@lists.PLUG.phoenix.az.us Subject: fuser Anyone know how to use fuser such that it will show me what is using port 25?? - Joel ------_=_NextPart_001_01BF8590.4D1C6B9A Content-Type: text/html; charset="iso-8859-1"
fuser -n tcp 80   for port 80
 
this will spit out  tcp/80:  and then all those processes
 
i'd suggest spitting the output of    fuser -n tcp 80    to a text file, then a little script to  split/tokenize/etc etc  for the processes, then ps -ef | grep process
-----Original Message-----
From: Joel Dudley [mailto:joel@silverw.com]
Sent: Friday, March 03, 2000 9:16 PM
To: plug-discuss@lists.PLUG.phoenix.az.us
Subject: fuser

Anyone know how to use fuser such that it will show me what is using port 25??   
 
- Joel
------_=_NextPart_001_01BF8590.4D1C6B9A--