I'm not sure I'm getting it.
Are you saying that I can just put a text file in
/etc/cron.hourly with:
*/15 * * * * /usr/bin/rdate -s bitsy.mit.edu

as the text and like a 755 permission, and it'll run, with no crontab or
anything?

Forgive me if that isn't what you meant because I tried that and I got:

/etc/cron.hourly/clock: */15: No such file or directory
/etc/cron.hourly/time: */30: No such file or directory


This shouldn't be this tough, but like I say I'm new.  

Thanks again,
--Todd

> -----Original Message-----
> From: Todd A. Jacobs [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 09, 1999 4:34 PM
> To: '[EMAIL PROTECTED]'
> Subject: Re: Cron Help
> 
> 
> 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.
> 


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

Reply via email to