Tagged Questions
7
votes
1answer
459 views
Does inotify fire a notification when a write is started or when it is completed?
Imagine two processes, a reader and a writer, communicating via a regular file on an ext3 fs. Reader has an inotify IN_MODIFY watch on the file. Writer writes 1000 bytes to the file, in a single ...