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.8FDE439A Content-Type: text/plain; charset="iso-8859-1" I used 80 because we're not running anything using port 25 on the system I did that on -----Original Message----- From: Mark Peoples [mailto:hondaman@mainex1.asu.edu] Sent: Friday, March 03, 2000 9:16 PM To: 'plug-discuss@lists.PLUG.phoenix.az.us' Subject: RE: fuser 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.8FDE439A Content-Type: text/html; charset="iso-8859-1"
I used 80 because we're not running anything using port 25 on the system I did that on  <g>
-----Original Message-----
From: Mark Peoples [mailto:hondaman@mainex1.asu.edu]
Sent: Friday, March 03, 2000 9:16 PM
To: 'plug-discuss@lists.PLUG.phoenix.az.us'
Subject: RE: fuser

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.8FDE439A--