Determining Ports In Use

Ever wonder which ports are in use on your computer? Here is a command that will tell you:

netstat --all --programs --numeric-ports | less

Resources

“A Linux Firewall for Your Home”
Service detection on a Linux box with netstat

Leave a Reply