码迷,mamicode.com
首页 > 系统相关 > 详细

shell:***检测(文件改动)

时间:2020-09-17 21:38:02      阅读:41      评论:0      收藏:0      [点我收藏+]

标签:mat   file   one   工具   echo   form   not   mon   create   

通过innotifywait 的工具监听文件改动写入日志

#!/bin/bash
MON_DIR=/opt
inotifywait -mqr --format %f -e create $MON_DIR | while read files; do
        echo "$(date +‘%F %T‘) $files" >> file_mon.log
done

shell:***检测(文件改动)

标签:mat   file   one   工具   echo   form   not   mon   create   

原文地址:https://blog.51cto.com/1014810/2531517

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!