监控Linux上的文件和目录访问

发布于 2024-10-02 23:06:15 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小瓶盖 2024-10-09 23:06:15

您可能需要 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文