摘要: cat /var/log/secure* | awk '/Failed/{print $(NF-3)}' | sort | uniq -c | awk '{print $2" = "$1;}' 阅读全文
posted @ 2017-12-14 22:12 一只宅男的自我修养 阅读(178) 评论(0) 推荐(0)