Port 8000

Phil Meyer pmeyer at themeyerfarm.com
Fri Dec 1 05:55:44 UTC 2006


Eli Barzilay wrote:
> I noticed that something is listening on port 8000, but I can't find
> out what.  All I've seen is that netcat-ting to it almost always
> closes the connection after reading 12 bytes.  Does anybody know
> what's listening on that port?  Is there a way to find out?  (I tried
> netstat and lsof, no useful information there.)
>   
you can also use lsof

sudo lsof -i | grep 8000





More information about the users mailing list