pyinotify - Monitoring filesystems events with inotify on Linux.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pyinotify - Monitoring filesystems events with inotify on Linux.相关的知识,希望对你有一定的参考价值。

sudo pacman -Sp ython2-pyinotify 

sudo python2 -m pyinotify -rv /my-dir-to-watch

OR

git clone https://github.com/seb-m/pyinotify

sudo pythonXXX setup.py install

以上是关于pyinotify - Monitoring filesystems events with inotify on Linux.的主要内容,如果未能解决你的问题,请参考以下文章

pyinotify.ThreadedNotifier,process_* 未调用

Python日志监控系统处理日志(pyinotify)

慢 pyinotify.ThreadedNotifier.stop()

pyinotify 的可疑线程问题

Pyinotify -- 目录重命名后从原始路径引发的事件

pyinotify:处理 IN_MODIFY 触发器