linux和window查询指定端口关闭

linux
/opt/jar# netstat -tunpl|grep 8804
kill 进程号

windwos

netstat -ano |findstr 8804
taskkill /pid 进程号 -f -t

 

posted @ 2022-09-29 19:04  _Lawrence  阅读(51)  评论(0编辑  收藏  举报