LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   netstat showing port 6000 (https://www.linuxquestions.org/questions/linux-networking-3/netstat-showing-port-6000-a-20085/)

mr.moto 05-02-2002 09:59 PM

netstat showing port 6000
 
when I run netstat it show port 6000 listening .





what is this ?





Is it a security risk ?





If so how do you turn it off ?

jpweston 05-02-2002 10:37 PM

mr.moto,

Port 6000 is the port on which X is listening. I'm assuming you ran netstat from within an X session. To not have X listen on that port, you can start X with the following command:

startx -- -nolisten tcp

Do that and run netstat again. Port 6000 should not appear.

j.


All times are GMT -5. The time now is 02:44 PM.