netstat -lnp|grep 80|grep -v grep |awk '{print $1}'|xargs kill -9

 

相关文章: