Find out what ports are open on Linux Here a quick tip on how to find out what ports are open on your Linux computer without using a port scanner.
$ netstat -anp --tcp --udp | grep LISTEN -- Regards, Tha.Su http://thasulinux.wordpress.com -- l...@iitd - http://tinyurl.com/ycueutm
