摘要: Linux下查看端口进程,并且批量kill shell lsof t iTCP:${port} 查看该端口的进程 kill 9 杀死该端口下所有的进程 参考链接: "https://stackoverflow.com/questions/33101725/how to combine lsof i 阅读全文
posted @ 2020-02-17 14:23 pandaLIU 阅读(628) 评论(0) 推荐(0)