Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Determine files modified by process

Tags:

linux

unix

I'm writing a program to be run from the Linux user space which spawns another process. How can it determine which files were modified by the spawned process after it completes?

like image 431
dromodel Avatar asked Mar 13 '26 13:03

dromodel


1 Answers

Call it under strace and parse the output you care about.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!