Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2002 00:02:15 +0200
From:      "Kenneth Sundby" <kenneth@trollnet.no>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: HELP PLEASE
Message-ID:  <002201c21001$509c0890$fab8a1d5@thegenius>
References:  <00be01c20ffb$d2382ce0$18145d42@LEDA500> <002201c20ffc$ae5d23b0$c800a8c0@p1000>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002201c21001$509c0890$fab8a1d5>