Top "Fanotify" questions

fanotify is intended to provide an interface for on access file scanning and permissions gating based on the results of those scans.

How do I program for Linux's new `fanotify` file system monitoring feature?

fanotify, built on top of fsnotify, is supposed to replace inotify which replaced dnotify. Are there some good programming examples …

linux inotify fanotify