Is there any command to track what files are opened / closed / written by program with given PID in real time?
I want to:
- run a program,
- enable program file operations monitoring,
- do some stuff in program,
- check what files have been changed in time when I did some stuff.
I need something like lsof, but it should be appending operations info in real-time.