[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Cron question



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.