Is there a file monitor, similar to FileMon from Sysinternals, for Linux?
I know about lsof, but this only shows me the files that were opened at the point I've executed it.
|
Is there a file monitor, similar to FileMon from Sysinternals, for Linux? I know about lsof, but this only shows me the files that were opened at the point I've executed it. |
|||||
|
|
Here is another application that does something related: http://archive09.linux.com/feature/124903. It's called kfsmd. Here's an example of it in action:
|
||||
|
|
|
The audit subsystem can tell you all sorts of things. |
|||||||||||
|
|
||||
|
|
|
bit late for an answer but have a look at this: there is a filemonitor application that works in a similar way to Sysinternals' Filemon |
|||
|
|
|
On the command line strace and ltrace may be what you want. |
|||||||
|