On Thu, 6 Apr 2000, Brian wrote:

> On Thu, 6 Apr 2000, Perry J. Blalock wrote:
> 
> > Hello,
> > 
> > I have something that appeared and is listening on port 1026, but I
> > don't know what it might be.  Is there any way to determine what
> > binary is using this port?
> 
> lsof should be able to tell you that.
> 

or if lsof isn't installed you can do:

 $ netstat -anp | grep LISTEN

and that will show you list of all ports in the LISTEN state along with
the process associated with the port.

--
Steve Feehan                         Phone: 785-532-6350x44 
System Administrator                 Fax:   785-532-7533
Computing and Information Science    ICQ:   9751775
Kansas State University              http://www.cis.ksu.edu/~steve/



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to