I want to know which process changed files in some directory.
I had a look at inotify-tools, but it doesn't show the pid. I also look at fileschanged utility, but in my case it doesn't show anything at all, even that change happened.
Is there solution?
sudo fatrace/fatrace -t | grep "/home/eric/test.txt" >> ./monitor.txt &but nothing gets inserted into monitor.txt – etang Jan 07 '16 at 21:59