in reply to Re^3: File Open by Process
in thread File Open by Process

Thank you so much. I am working on my script, so I cannot try it at this time, but to confirm, it should also follow any processes created by my Perl script (compiler, linker, etc calls) if -f options is passed to it, correct?

Replies are listed 'Best First'.
Re^5: File Open by Process
by Eliya (Vicar) on Nov 22, 2011 at 21:36 UTC
    it should also follow any processes created by my Perl script

    Yes, that's what the -f is for.  See "man strace" for other useful options.