Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 360 Bytes

Investigation of inotify(7)

Execute "make all", which generates the following 3 files.

  • inotifier : A program that detects and reports all inotify events on a target file.
  • faccessor : A program that Opens and accesses a target file via several different ways.
  • data : The target file for the above two programs, which is a binary 4KB zero-filled file.