I was trying to check if any VNC is turned on so I tried
netstat -an | find "ESTABLISHED" | find ":5900"
and
netstat -an | find "ESTABLISHED" | find ":5800"
I got some feedback
TCP 127.0.0.1:9443 127.0.0.1:58008 ESTABLISHED
What does this feedback mean? From How to check if anyone is connected to my laptop through TightVNC?, I understand that maybe a VNC is turned on but the address I got is a localhost address which is something I do not understand. Someone please help.