[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Oh, for a manual...
On Sat, May 20, 2000 at 06:40:07PM -0700, Hostmaster wrote:
: For instance, on the server there is the following directory:
:
: /etc/cron.daily
:
: Does anything I drop in there run on a daily basis? If so, that's pretty
: cool -- too bad it's not in the manual.
man 5 cron
can if you look in /etc/crontab (mentioned in the man page for cron) you'll
see something like:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# 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
See it is the manual, well the (man)ual pages :)
--
Mat Kovach mkovach@xxxxxxxxxxxxxxxxx
Cleveland Linux User Group http://cleveland.lug.net