Inotify Example: Introduction to Inotify with a C Program Example:
inotify utility is an effective tool to monitor and notify filesystem changes. You can specify a list of files and directories that needs to be monitored by inotify. This library is used by various other programs. For example, CPAN module Linux::Inotify is developed based on this library.
iNotify Execution Flow
On a high-level, you do the following with inotify utility.
Related articles by Zemanta
- Distributed coordination with Apache Zookeeper (igvita.com)
- Silverlight 4 (slideshare.net)
- Hello MEF in Silverlight 4 and VB! (with an MVVM Light cameo) (codebetter.com)
- Silverlight 4 and RIA Services Release Candidate Available NOW (blogs.msdn.com)
Link to this post!