What's the best way to monitor what files are opened and closed by any application/process on the system? I know that the UNIX command "fstat" used in the Terminal will take a snapshot of what files are open, but it doesn't keep a running list, so it's not very helpful. Does anybody have any other possible solutions?
Any suggestions would be great.
Any suggestions would be great.