Hanasaki JiJi wrote:
How do i find out what is using those ports?

netstat  -natl | grep 799
tcp        0      0    192.168.1.200:799
            192.168.1.1:2049        ESTABLISHED

below returns no output
    lsof -i tcp:799
Nothing is using the port but it is in netstat????

Did you run the command as root?

If you run "lsof" and "netstat -p" under a normal uid,
they will show only the processes of that uid.

Regards
Ingo Stru"wing


Reply via email to