process - How can I monitor which files a specific program changes? - Ask Ubuntu
this question has answer here:
- how know file program trying access? 2 answers
the problem wish solve: need figure out in system specific program stores files. thought there might way me monitor files program changes. possible?
you use strace
. read man strace
, do:
strace -e trace=open specific_program
Comments
Post a Comment