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. | |||||
feedback
|
|
The audit subsystem can tell you all sorts of things. | |||||||||
feedback
|
|
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 | |||
|
feedback
|
|
On the command line strace and ltrace may be what you want. | |||||
feedback
|
| ||||
|
feedback
|