shell 入侵检测与邮件告警

shell 入侵检测与邮件告警 #!/bin/bash webdir=/var/www/html cd $webdir#方法1 MD5sum校验 #md5sum /var/www/html/index.html >/opt/webfile.db md5sum -c --quiet /opt/webfile.db if [ $? -eq 0 ]; then echo “web file is ok”
相关文章
相关标签/搜索