Mac OS X: getting names of changed/written files
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-04-17T20:08:39Z
Indexed on
2010/04/17
20:13 UTC
Read the original article
Hit count: 170
I remember having a command line tool on an older Mac OS X version (Tiger?) that told me the name of every file that was written to (or read) by any process on the system. It used fseventd (? or something like that). Is there something like that for the newest Mac OS X (10.6)? It should be run in a terminal window and then I can use the system as normal. Let's say I type cat /etc/passwd
, the output of that program would be similar to
/bin/cat
/etc/passwd
I can't use lsof
because I can't get the timing right.
Is this clear or do you need more information?
© Stack Overflow or respective owner