How to check which process in bound to a particular port?

放肆的年华 提交于 2019-12-13 07:23:47

问题


I am getting some error in an application like:

Failed to bind to socket 192.168.122.1:87 : Address already in use

so I want to see which process is using this socket.

Is there any way to do this via netstat?

来源:https://stackoverflow.com/questions/14229028/how-to-check-which-process-in-bound-to-a-particular-port

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!