mac查看当前调用tcp的进程并关闭指定进程
查看所有tcp进程 监听的端口
lsof -iTCP -sTCP:LISTEN
查看指定端口信息
lsof -i:12345
关闭指定进程
kill -9 52356
posted on 2018-08-16 18:22 pengyingh 阅读(1414) 评论(0) 编辑 收藏 举报
查看所有tcp进程 监听的端口
lsof -iTCP -sTCP:LISTEN
查看指定端口信息
lsof -i:12345
关闭指定进程
kill -9 52356
posted on 2018-08-16 18:22 pengyingh 阅读(1414) 评论(0) 编辑 收藏 举报