On 5/1/17 2:51 PM, Dietrich Hoppe wrote: > Hi, > > is there any way to register an OnChange-function, that is called by > the ext4 file system whenever a change occurs (i.e. create, delete, > rename, move a file). > > Regards Dietrich Hoppe > Take a look at inotify in the linux kernel https://lwn.net/Articles/604686/ https://en.wikipedia.org/wiki/Inotify http://www.lanedo.com/filesystem-monitoring-linux-kernel/ etc -Eric