摘要: #!/bin/bash #hc source /etc/profile iplist=`netstat -ntu | awk '{print $5}'| cut -d':' -f1| sort |uniq -c | sed 'N;$d;P;D' | awk '{if($1>100)print $2} 阅读全文
posted @ 2018-09-26 10:47 kkblog 阅读(272) 评论(0) 推荐(0) 编辑