This is a multi-part message in MIME format. ------=_NextPart_000_005B_01BF855B.0F77F0A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable thanks!! I did lsof -i :25 and got what I needed. just wanted to make = sure tcpserver was using it instead of inetd. - joel ----- Original Message -----=20 From: Mark Peoples=20 To: 'plug-discuss@lists.PLUG.phoenix.az.us'=20 Sent: Friday, March 03, 2000 9:15 PM Subject: RE: fuser fuser -n tcp 80 for port 80 =20 this will spit out tcp/80: and then all those processes =20 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?? =20 - Joel ------=_NextPart_000_005B_01BF855B.0F77F0A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
thanks!!  I did lsof -i :25 and got what I = needed. =20 just wanted to make sure tcpserver was using it instead of = inetd.
 
- joel
----- Original Message -----
From:=20 Mark=20 Peoples
To: 'plug-discuss@lists.PLUG.ph= oenix.az.us'=20
Sent: Friday, March 03, 2000 = 9:15=20 PM
Subject: RE: fuser

fuser -n tcp 80   for port = 80
 
this will=20 spit out  tcp/80:  and then all those=20 processes
 
i'd suggest=20 spitting the output of    fuser -n tcp = 80    to=20 a text file, then a little script to  split/tokenize/etc = etc  for=20 the processes, then ps -ef | grep process
-----Original Message-----
From: Joel Dudley [mailto:joel@silverw.com]
Sent:= =20 Friday, March 03, 2000 9:16 PM
To:=20 plug-discuss@lists.PLUG.phoenix.az.us
Subject:=20 fuser

Anyone know how to use fuser such that it will = show me=20 what is using port 25??   
 
- = Joel
------=_NextPart_000_005B_01BF855B.0F77F0A0--