Some applications (like file managers, monitoring tools, etc) need to know about events in the file system, for example when a file was created, opened or deleted. With Linux, you can use the inotify mechanism to react to those events (with kernel 2.6.13 or above). In this article, I show you examples for it’s usage […]