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」
相關文章
相關標籤/搜索