Linux关闭端口应用进程

发布时间:2026/5/20 5:00:38

Linux关闭端口应用进程 1.netstat -anp |grep 端口 获取进程号2.kill -9 pid 结束进程

相关新闻