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 
            2010/04/11
            2:13 UTC
        
        
        Read the original article
        Hit count: 690
        
I want to know what files a specific application is trying to access on my disc. 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