[PLUG] What's on that port

Dan Young dan_young at parkrose.k12.or.us
Fri Feb 6 17:01:02 UTC 2004


On Fri, 2004-02-06 at 16:38, Michael Montagne wrote:
> So I'm trying to get a program to work that is supposed to listen on
> port 8086.  But it fails on startup telling me something is already on
> that port.  netstat -an confirms that but it doesn't tell me what
> program.  How can I tell?

Add -p to your netstat arguments:

$ netstat -anp | grep 8086

-Dan Young
-Parkrose School District





More information about the PLUG mailing list