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

Re: Port 699 listening



In article <[🔎] 3e9986320512142043q5e954e54o41a8bd41841af@mail.gmail.com> you wrote:
> netstat -na | grep 699
> tcp        0      0 0.0.0.0:699             0.0.0.0:*               LISTEN

if you run it as root and use "netstat -lnpo" it will give you the pid and
process name of the open listening socket.

In some rare cases netstat wont help, then you could use "lsof -i :699" also
(as root).

Gruss
Bernd



Reply to: