Hello,
how can i log or trace the file operations of a specific process under AIX? I want to start a program and need a list of all files this process and it´s subprocesses and threads have written to.
For Linux
"strace -o strace.txt -e verbose=open,read,write,close programtobeanalysed" exist, but for AIX i can´t find a working solution.
Any hints are appreciated...
Regards
J. Hoos
how can i log or trace the file operations of a specific process under AIX? I want to start a program and need a list of all files this process and it´s subprocesses and threads have written to.
For Linux
"strace -o strace.txt -e verbose=open,read,write,close programtobeanalysed" exist, but for AIX i can´t find a working solution.
Any hints are appreciated...
Regards
J. Hoos