On Thu, 9 Dec 1999, Todd Dunbebin wrote:

> crontab /root/settime

Run 'crontab -e' to edit your crontab. If you want to run it as a file and
not insert it into someone's crontab, you need to drop the file into one
of the /etc/cron* directories.

> * /15 * * * *           /usr/bin/rdate -s bitsy.mit.edu

There are only 5 time fields, and if you want to specify a step, you still
need to specify the trigger time. For example:

        */15 * * * * /usr/bin/rdate -s bitsy.mit.edu

will run every fifteen minutes (e.g. "any minute step 15").

-- 
Todd A. Jacobs
Network Systems Engineer


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to