Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 1998 03:52:24 -0500 (CDT)
From:      David Vondrasek <david@stumbleinn.dyn.ml.org>
To:        Johann Visagie <wjv@cityip.co.za>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: CRON JOBS
Message-ID:  <Pine.BSF.4.01.9809090350520.381-100000@stumbleinn.dyn.ml.org>
In-Reply-To: <19980909104257.A27258@cityip.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 Sep 1998, Johann Visagie wrote:

> On Wed, 09 Sep 1998 at 02:48 SAT, David Vondrasek wrote:
> >
> > Ok quick question. I want to run a CRONJOB once a day at 12:00am
> > and also one that runs every 10 minutes. Can someone tell me the format
> > please. I know it something like.
> > 
> > 0 10 20 30 40 50 filename
> > 
> > This will run the script at 10 minute intervels, correct ?
> 
> Not quite.
> 
> > How do i set for just ONCE a day ?
> 
> See the manpage for crontab(5) :-
>   man 5 crontab
> 
> Summary...
> 
> Once a day at 00:00 :-
>   0 0 * * * /bin/task
> 
> Every 10 minutes :-
>   0,10,20,30,40,50 * * * * /bin/othertask
> (There's an alternative syntax as well.)

Thanks, I had note on this and I just took BAD notes.
This helps me understand the notes i have,

Thanks

Dave

-- 

David L. Vondrasek
dlv@watertower.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9809090350520.381-100000>