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_* 未调用