Track file usage

Gordon Messmer yinyang at eburg.com
Mon Jun 27 02:10:26 UTC 2005


Andy Green wrote:
> 
> Andy Pieters wrote:
> 
> | Thank you.  It is helpfull.
> |
> | So I wanted to see what files an application access when it starts.
> 
> There's another cool way:
> 
> strace yourapp

And if you just want to see what files are opened by the application, 
you can ask strace only to print the "open" syscall:

strace -e open <command>




More information about the fedora-list mailing list