[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Port 8000



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]