Thursday, September 8, 2005

list of files that applications use


I was interested in getting a list of files that a Mac OS X application attempted to access.  One of my friends gave me the hint that I could use the fs_usage command line tool.  I was able to get this to work, with these commands



sudo fs_usage |grep appName



I run this command before launching the application, and then you can get a complete list of the files.

No comments:

Post a Comment

Unlocking Seamless Integration: Navigating Unexpected Hubitat Device Queries and VLAN Challenges for a Smoother Home Automation Experience

During my network debugging efforts , I came across an intriguing observation related to the two Hubitat devices on our network. The logs b...