inotify liveThe inotify API identifies affected files by filename. However, by the time an application processes an inotify event, the filename may already have been deleted or renamed. The inotifyI want to use the inotify mechanism on Linux. I want my application to know when a file aaa was changed. Can you please provide me with a sample how to do that?