Use netstat in Linux to determine port conflicts
After installing an application that required port 8080, the application failed to start because the port was already in use. Changing the new application to use port 8090 worked, but it still left the question of what was running on 8080. As on Windows, Linux provides a command‑line utility, netstat, which can be used to inspect open ports and the…
Read More »