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"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 5.00.3013.2600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2><FONT face=Tahoma>fuser -n tcp 80<SPAN
class=496021204-04032000> for port 80</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Tahoma><SPAN
class=496021204-04032000></SPAN></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Tahoma><SPAN class=496021204-04032000>this will
spit out tcp/80: and then all those
processes</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Tahoma><SPAN
class=496021204-04032000></SPAN></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Tahoma><SPAN class=496021204-04032000>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</SPAN></FONT></FONT></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Joel Dudley
[
mailto:joel@silverw.com]<BR><B>Sent:</B> Friday, March 03, 2000 9:16
PM<BR><B>To:</B>
plug-discuss@lists.PLUG.phoenix.az.us<BR><B>Subject:</B>
fuser<BR><BR></DIV></FONT>
<DIV><FONT size=2>Anyone know how to use fuser such that it will show me what
is using port 25?? </FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>- Joel</FONT></DIV></BLOCKQUOTE></BODY></HTML>
------_=_NextPart_001_01BF8590.4D1C6B9A--