sh ubunto端口杀死

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh ubunto端口杀死相关的知识,希望对你有一定的参考价值。

sudo lsof -i -P -n | grep LISTEN

netstat -ltnp | grep -w '3000'

sudo kill $(sudo lsof -t -i:9001)   ->If that doesn't work you could also use $() for command interpolation:
sudo kill `sudo lsof -t -i:9001`

service --status-all

以上是关于sh ubunto端口杀死的主要内容,如果未能解决你的问题,请参考以下文章

sh 搜索并杀死端口

sh 杀死端口8080上正在运行的东西

sh 在端口上杀死进程

sh 杀死linux上的端口

sh 通过端口杀死服务

sh 通过端口杀死进程