杀死某个端口占用的进程

阅读 122

2022-09-19


netstat -anp|grep 2404|awk '{print $7}'|awk -F '/' '{print $1}'|xargs kill -s 9

 

相关推荐

精彩评论(0)

0 0 举报