Inotify-tools
##Inotify-tools
ProvideProvide an interface to inotify, consisting of:
inotifywait
###inotifywait
ThisThis command simply blocks for inotify events, making it appropriate for use in shell scripts. It can watch any set of files and directories, and can recursively watch entire directory trees.
inotifywatch
###inotifywatch
ThisThis command collects filesystem usage statistics and outputs counts of each inotify event.