Had a sysinternals tool (filemon) for that, but now I can find something similar for the mac.
I'm a developer and I basically want to debug "file not found" or "wrong permissions" errors.
|
Had a sysinternals tool (filemon) for that, but now I can find something similar for the mac. I'm a developer and I basically want to debug "file not found" or "wrong permissions" errors. | |||
|
feedback
|
|
You can use For a GUI tool, my recommendation is fseventer:
More GUI-oriented utilities, which I haven't used:
| ||||
|
feedback
|
|
For viewing what files are accessed in real time you can leverage Usage: For more info, check out the man page | |||
|
feedback
|
|
You can use the dtrace opensnoop script to identify failed opens (file not found and permission errors) | |||
|
feedback
|