如何终止在Linux中特定端口上运行的进程?

孤街醉人 提交于 2020-10-08 10:13:21

问题:

I tried to close the tomcat using ./shutdown.sh from tomcat /bin directory. 我试图使用tomcat /bin目录中的./shutdown.sh关闭tomcat。 But found that the server was not closed properly. 但是发现服务器没有正确关闭。 And thus I was unable to restart 因此我无法重新启动
My tomcat is running on port 8080 . 我的tomcat在端口8080上运行。

I want to kill the tomcat process running on 8080 . 我想杀死运行在8080上的tomcat进程。 I first want to have the list of processes running on a specific port (8080) in order to select which process to kill. 我首先要具有在特定端口(8080)上运行的进程的列表,以便选择要杀死的进程。


解决方案:

参考一: https://stackoom.com/question/mbPe/如何终止在Linux中特定端口上运行的进程
参考二: https://oldbug.net/q/mbPe/How-to-kill-a-process-running-on-particular-port-in-Linux
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!