I would like to monitor and log following changes in file system:
- Opening and closing of any file by any user.
- Creation/deletion of file by any user.
- Files downloaded by any user.
After some research I could find only 2 solutions:
Are there any other alternatives through which I can perform the above mentioned task or can I implement this somehow using some system calls?
What will be the best way to perform the above task?
OS details: Ubuntu 14.04, if it helps.