process - How can I monitor which files a specific program changes? - Ask Ubuntu


this question has answer here:

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

Popular posts from this blog

14.04 - Browser-process using high CPU - Ask Ubuntu

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User