Find the process using a given port
This article shows how to find the process using a given port or range of ports on *nix systems. Many a times when running socket based applications you will find the application failing with socket bind exception with a message saying address is already in use. That indicates that some other process is already […]