Sunday, February 24, 2013

How to check which application is using the port number?

In setting up the Apache Web Server/MySql... etc., we need to make sure that the port number is free and not using by other application. This is to make sure that our installed application can be deployed and run successfully. Below are a quick way to check which application is using which port number
netstat -a -b

No comments: