分享至
朋友圈
微信
qq空间
qq
微博
复制
port=9996 netstat -anp | grep $port | head -1 | awk '{print $7}'| awk 'BEGIN{FS="/"} {print $1}' | xargs kill -9