is there a low-overhead way to log every new file created on a Linux host?
I know about inotify but am concerned it would use too many resources.
Is there a better way to monitor a fairly static system (like a web host) for new and unexpected files being created?
Continue reading is there a low-overhead way to log every new file created on a Linux host?