From owner-freebsd-questions Thu Feb 3 16:29:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by builder.freebsd.org (Postfix) with ESMTP id 2257F562F for ; Thu, 3 Feb 2000 15:34:42 -0800 (PST) Received: from ds.net (i1p94.cmh-oh.ds.net [207.239.205.94]) by s1.ds.net (8.8.5/8.8.5) with ESMTP id SAA22060; Thu, 3 Feb 2000 18:34:50 -0500 (EST) Message-ID: <389A10A7.B4B54D62@ds.net> Date: Thu, 03 Feb 2000 18:35:03 -0500 From: "James A. Mutter" Reply-To: jmutter@ds.net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: courtney@whtz.com Cc: questions@freebsd.org Subject: Re: CRON References: <8525687A.007ED34F.00@mail.whtz.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG courtney@whtz.com wrote: > > OK- as requested, here is a copy of my /etc/crontab file > > #minute hour mday month wday who command > # > */5 * * * * root /usr/libexec/atrun > # > > #THIS IS THE CRON JOB IN QUESTION > * 0-23 * * * root /usr/local/bin/scr > > I would like to run that job every 10 minutes 24 hours a day...is that > possible as well?? > Sure is - make an entry just like the atrun entry. You'll end up with something like this: */10 * * * * root /usr/local/bin/scr I'm pretty sure that will get you up and running. Don't forget to restart cron when you're done. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message