How can I find out which process is listening on a port on linux?
|
feedback
|
migrated from stackoverflow.com Mar 16 '11 at 11:12
This question came from our site for professional and enthusiast programmers.
|
as root
| |||||
feedback
|
|
With | |||
|
feedback
|
|
you can use "netstat"
will show you the PID and process name as the last column, checkout "man netstat" if you want to change the options | |||
|
feedback
|
|
You can use netstat to list all processes listening on some port. But I don't how to filter for a specific one. | |||
|
feedback
|
|
| ||||
|
feedback
|