sunnudagur, 25. apríl 2010

Find processes and ports

For Windows based operating system: netstat -noa

For Linux based operating system: netstat -nap

If the port is known it works to use: netstat -nap | grep 80 in Linux