From owner-freebsd-questions Sun Jun 9 15: 0: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from trollnet.no (oluf.et-n.no [213.161.160.12]) by hub.freebsd.org (Postfix) with ESMTP id C853B37B40B for ; Sun, 9 Jun 2002 14:59:57 -0700 (PDT) Received: from thegenius [213.161.184.250] by trollnet.no (SMTPD32-7.06) id AEF4E7970040; Sun, 09 Jun 2002 23:56:04 +0200 Message-ID: <002201c21001$509c0890$fab8a1d5@thegenius> From: "Kenneth Sundby" To: References: <00be01c20ffb$d2382ce0$18145d42@LEDA500> <002201c20ffc$ae5d23b0$c800a8c0@p1000> Subject: Re: HELP PLEASE Date: Mon, 10 Jun 2002 00:02:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi >=20 > Your Crontab line should read: >=20 > */5 * * * * path/to/whatever >=20 > Gordon >=20 The above crontab from Gordon is correct: here is the reason why, your = original crontab was set to run every hour the minute hits 05. ie. 10:05, 11:05, 12:05. you could also do something like 05,10,15,20,25,30,35,40,45,50,55,00 * * = * * path/to/whatever, but as you see */5 is better :) Regards, Kenneth Sundby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message