摘要: cat /var/log/secure | awk '/Failed/{print $(NF-3)}' | sort | uniq -c | awk '{print $2" = "$1;}' 查看ip访问错误次数统计cat /dev/null > nohup.out 清空nohup文件 du -sh 阅读全文
posted @ 2024-07-04 19:01 云飞飏 阅读(30) 评论(0) 推荐(0)