Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
/home/history目录下有一个进程每天创建的SPRD130930.61这样的文件,其中,'130930'代表2013年9月30日,其余稳定。文件每分钟自动刷新一次。
现在,我想监控它,看它是否每分钟刷新一次。如果没有,它会导致声音警报或短信到电话或其他有效方法。我该怎么做?</p>
使用inotify. 见man inotify。
inotify
man inotify
对于 shell 脚本,您可以安装 package inotify-tools。
inotify-tools
简单命令:
inotifywait -m /dev/null
见man inotifywait,man inotifywatch。
man inotifywait
man inotifywatch