Mac OS X - detect file system read
Posted
by
quano
on Super User
See other posts from Super User
or by quano
Published on 2010-02-06T17:47:15Z
Indexed on
2012/10/23
17:06 UTC
Read the original article
Hit count: 161
osx
|filesystems
I want to know what files a specific application is trying to access on my disk. I know that you can use fs_usage
, but this outputs events from all applications. I know that you can target a single application, but only one that is already running. I want to detect all readfile-events an application is trying to do, ever since it is started. I don't want to miss out on any event.
How do you achieve this?
© Super User or respective owner