i am searching a tool in linux for monitoring file. for example, i need know what happend to a file. Like it be created,rewrite,read and so on.
i know the i can use inotify to achieve this. but i need more detail information. for example, i can know the event of creating a file. but what i want not only the file was created but also what the size of the file it created. for example, to read a file, i not only want to know the event reading file i happend but also the detail of reading file, such as the offset of the file it read from.
is there any one can help on this problem ?