Monitor file system events in real-time using inotify
C library and command-line programs providing a simple interface to inotify
inotifywaitinotifywatch$ inotifywait -m /path/to/file$ inotifywait -r -e create,delete,modify /path/to/directory$ inotifywatch -r -e modify /path/to/directory