Track which files are being used

supanatral

Registered
Is there a program available that allows you to track which files are being opened or accessed by a certain program?
 
In the Terminal, type:
Code:
lsof

More information can be had by visiting lsof's man page. For example, you can pass arguments to the program that will only list the files for a certain application, PID, etc.
 
Back
Top