i know there's a fuser command that lists out pids of processes, but how do you continuously monitor what process accessed the file? (think behavior similar to tail -f filename)
say there's a process which writes to a file and releases the handle at some interval, so it's hard to catch that process using fuser.