Strace
strace -p PID
- attach to the process with PIDstrace -f -e openat program-name
- which files opened by the program-name (-f, --follow-forks
)
strace -p PID
- attach to the process with PIDstrace -f -e openat program-name
- which files opened by the program-name (-f, --follow-forks
)