cron every hour question.
"That's easy, the 17th minute one is just cron.hourly firing off. Even if it's empty (I just realized this), cron will still log in /var/log/auth.log even if there was nothing to do, because it still did fire off."
I was looking in auth.log and noticed that cron has been doing something every hour but when I look at etc/cron/hourly there is nothing but a placeholder.
I installed cron-apt to do daily updates which runs as expected once per day.
Any ideas what is happening?
edit. in /etc/cron.d there is just 2 files .placeholder and cron-apt (which says to run once per day)
nothing in /var/spool/cron/crontabs
in /etc/cron.daily , there is listed
standard
passwd
ntp
mlocate
man-db
logrotate
exim4-base
dpkg
bsdmainutils
aptitude
apt.
I did install exim but nothing else .
3 Replies
*Well, it won't run scripts that have anything other than letters, digits, underscores, or hyphens in their names.
Was the explanation that I found which I posted in my edit a reasonable explanation. i.e cron is checking if there are any hourly jobs to do at 17mins past the hour?