In my Ubuntu box, I need to monitor which script/program/user is creating files in a path or its sub-directories.
The main idea being to identify a possible yet unknown security hole that is being exploited to inject malicious scripts in my system.
I think it can maybe be possible with linux's INotify? Ive tried to find such a script without luck.
Can somebody suggest me a simple script to do it?
Thanks