摘要: 以端口5000为例: lsof -i :5000|grep -v "PID"|awk '{print "kill -9",$2}'|sh 阅读全文
posted @ 2022-07-12 18:51 秦0710 阅读(68) 评论(0) 推荐(0) 编辑