杀进程 2021-11-23 linux4yop发表留言 占用端口得端口{port}netstat -npl | grep {port}netstat -natpnetstat -ltpn | grep :22获取pid 后:kill {pid}完nohup…