[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Cron question
- Subject: [cobalt-users] Cron question
- From: AHA Lists <lists@xxxxxxxxxxxx>
- Date: Fri Apr 5 02:38:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I need for a quarter.hourly cron to run. I am not sure what all the syntax
is in the crontab file on how to get those to run.
This is what I have in my crontab file now
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
I need to add cron.quarter-hourly so it runs. I don't understand the syntax
above. Can someone please enlighten me.