We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可能需要 inotify-tools。 Inotify 是 Linux 内核的一部分,它触发监视文件、目录甚至整个目录内容的事件。这些工具是命令行实用程序,可利用 inotify 的功能并允许您在 shell 脚本等中使用它们。
具体来说,您可能需要查看
inotifywatch
You probably want inotify-tools. Inotify is part of the linux kernal that triggers events on watched files, directories, or even the contents of entire directories. These tools are command line utilities that tap into the capabilities of inotify and allow you to use them, for example, in your shell scripts.
Specifically, you will probably want to look at
inotifywatch