Wednesday, March 26, 2008

Find out what ports are open on Linux

Heres 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

Cheers!

No comments:

Post a Comment