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!

Popularity: 19% [?]

Tagged with:

Filed under: HowToLinux

Like this post? Subscribe to my RSS feed and get loads more!