2015年10月21日 星期三

Linux inotifywait 筆記

使用注意事項
inotifywait -m test 修改 檔案 test 內容時,可能檔案 inode 會異動(使用 vim),因此 inotifywait 監控會失效,改由以下方法 (未處理 delete 狀況)
while true :; do :; inotifywait /root/shc-3.8.9b/a/test; done;

沒有留言: