Do we have a tool that can track file level changes at a user level for a directory?
To further add,
My requirement is this -
This is the directory i would like to track /var/lib/docker/volumes/shared/_data -
Any changes to any files inside this folder should be tracked & logged. At some point of time, i would like to see who changed which file inside this. Will your code help achieve this?
How easy it is to view the expected output(user who changed/file that was changed/what was changed)?