logs what files other programs read/write/create/delete on your system
spieglt/whatfiles
Whatfiles is a Linux utility that logs what files other programs read/write/create/delete on your system. It traces any new processes and threads that are created as well. I've long been frustrated at the lack of a simple utility to see which files a process touches from main() to exit.
https://github.com/spieglt/whatfiles

Seonglae Cho