I am using the "Linux File Permission Monitor" to monitor the permission changes of files. The documentation shows an example of permission changes to "/etc/passwd".
How can I monitor if the files being monitored are being created with different names?
The "filename" are all different: EX: filename.D020524.T180007.log.gz
filename.D020624.T180011.log.gz
filename.D020724.T180009.log.gz
filename.D020824.T180008.log.gz
filename.D020924.T180007.log.gz
On the "Command Line" in the monitor, I have perl ${SCRIPT} /<path to logs> filename*.log -rw-r--r--
What should the "Command Line" look like to accomplish this?
