在 FreeBSD 上使用 python 和 kqueue 检测给定路径下的文件创建或删除

发布于 2024-12-04 09:46:46 字数 100 浏览 0 评论 0原文

给定 FreeBSD 系统上的 /certain/path/ ,我希望 python 使用 kqueue 来检测该路径下的任何位置是否创建或删除了任何文件。

我该怎么做?

Given /certain/path/ on a FreeBSD system, I would like python to use kqueue to detect if any files are created or deleted anywhere under that path.

How would I do this?

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

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

发布评论

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

评论(2

财迷小姐 2024-12-11 09:46:46

你可以尝试 watchdog 包,它在 BSD 上使用 kqueue (在 Linux 上使用 inotify 等) .)

You can try the watchdog package which in turn uses kqueue on BSD (and inotify on Linux, etc.)

沙与沫 2024-12-11 09:46:46

根据Python的文档,已经支持kqueue/kevent(当然仅在BSD上) “开箱即用”...

Accordint to Python's documentation, kqueue/kevent are already supported (only on BSD, of course) "out of the box"...

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