shell 杀死80端口的所有进程

netstat -lnp|grep 80|grep -v grep |awk '{print $1}'|xargs kill -9
原文地址:https://www.cnblogs.com/sea-stream/p/11361506.html