This is a Red Hat Enterprise Linux 5 system (RHEL). We manage this system using CFengine.
We have several cronjobs which are running twice as often as usual. I checked the cronjobs under /etc/cron.d/
and this directory contains the actual script called host-backup
, and also contains a cfengine backup file called host-backup.cfsaved
, as so:
/etc/cron.d/host-backup
/etc/cron.d/host-backup.cfsaved
Does this operating system execute all files at /etc/cron.d/*
, or does it only execute files which match a certain pattern. Can I configure this, and where is this defined?
I cannot find this answer in the RHEL or CentOS documentation.
vixie-cron-4.1-77.el5_4.1.src.rpm
. Ironically, this text is NOT included within any of the man pages for cron and is not included with any text file on the system. I'm not sure why that is, but it's a topic for another discussion. – Stefan Lasiewski Dec 13 '10 at 20:12