linux - Application path and listening port -


I should know which application is listening on the port on a Linux machine.

More than one server, Apache and those not on one machine, and I want to know which server is listening to what ports

without digging through the configuration files of each server

Is there a command that lists the path for executables and which port is listening?

netstate-tt-lp listening ports and pides and processes Give the list of names that the socket was created. Since you have a PIN, you can use ps pid to find the executable path.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -