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
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to