[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] crontab questions
- Subject: [cobalt-users] crontab questions
- From: "Menno M Jansz" <lists@xxxxxxxxx>
- Date: Thu Nov 27 08:36:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I was just looking at my raq4 crontab dirs in /etc and have a few questions.
First, I have the following dirs:
cron.d/
cron.daily/
cron.half-hourly/
cron.hourly/
cron.monthly/
cron.quarter-daily/
cron.quarter-hourly/
Now oddly in /etc/crontab I only have the following:
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
So nothing for the half-hourly and quarter dirs. Is that right?
Also what is the /etc/cron.d dir used for?
Cheers,
Menno