supanatral Registered Jun 15, 2009 #1 Is there a program available that allows you to track which files are being opened or accessed by a certain program?
Is there a program available that allows you to track which files are being opened or accessed by a certain program?
ElDiabloConCaca U.S.D.A. Prime Jun 15, 2009 #2 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.
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.