X opens a tcp port - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Xorg Problems (https://www.linux-noob.com/forums/forum-56.html) +--- Thread: X opens a tcp port (/thread-3403.html) |
X opens a tcp port - seeno - 2004-05-07 If you start X and do a Code: netstat -at you will see that a tcp port 6000 is open, now if you don't run X as a server you might want to close that port, to do that enter the following argument when starting X Code: -- -nolisten tcp so the whole command whould be Code: startx -- -nolisten tcp |