[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] simple crontab problem?
- Subject: Re: [cobalt-users] simple crontab problem?
- From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
- Date: Thu Feb 13 09:44:02 2003
- Organization: Befriend Internet Services LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
"_ cbtrussell _" <cbtrussell@xxxxxxxxxxx> wrote:
> Thanks Dan. I was following a install doc that said to use
>
> 1 * * * *
>
> to get the script to run once per minute. Once I did it this way:
The 1 means at 1 minute past the hour. The *s above mean every time that
increment occurs. So the 2nd * means every hour.
> 0-59 * * * *
>
> problem solved.
Or you can do:
* * * * *
Also, you may be interested in the following syntax which means every other
minute.
*/2 * * * *
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/