File alteration monitoring techniques under Linux (DevChannel)
[Posted May 14, 2004 by ris]
The OSDN DevChannel
looks
at monitoring filesystems with tools like dnotify and FAM. "
Most
modern operating systems provide file monitoring facilities to give
applications real-time information about changes to the filesystem. A
variety of notification methods are used to tell the application when a
change happens, ranging from an asynchronous signal being sent from the
kernel through a user space tool printing the name of the changed file on
its standard output. We'll take a look at some of the file monitoring
facilities available to the Linux developer, starting with the lowest-level
mechanism and working up to the highest."
(
Log in to post comments)