[Ilugc] [Tip] Find out what ports are open on Linux

  • From: jemenisuresh@xxxxxxxxx (Tha.Suresh)
  • Date: Tue Aug 10 09:20:55 2010

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

Other related posts:

  • » [Ilugc] [Tip] Find out what ports are open on Linux - Tha.Suresh