Linux-Noob Forums

Full Version: X opens a tcp port
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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