I am looking forward a way to watch a file to get following information
- Which process does open, read, write it?
- When?
- Result. (e.g. can they write on it, or can they read it, etc.)
Strace helps us to watch which files a process opens, but how can I watch a file when multiple processes access it? What is your recommendation?