Journal USN allows Windows program to keep track of file changes.
A Linux program can do the same with inotify . This allows the program to be notified of every file change.
This is not a function of any particular file system, but the level of the kernel file system, so it works with any file system.
source
share