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
Ever wonder which ports are in use on your computer? Here is a command that will tell you:
netstat --all --programs --numeric-ports | less
“A Linux Firewall for Your Home”
Service detection on a Linux box with netstat
I found this link earlier today and thought it was very helpful:
http://knowledge-oracle.blogspot.com/2010/06/apache-address-already-in-use-makesock.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+orana+(OraNA)
His command is:
netstat -tulpn| grep :xxxxx