View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 07:37 AM
=?Shift-JIS?b?LMyDdYOJg0WDVYF8LMUssg==?=
 
Posts: n/a
Default Re: Cron and scripts

On Tue, 29 Jun 2004 11:42:52 +0000, ナ wrote:

> I've got the following in my crontab
>
> 0 6 * * * user /home/user/quarter.v2
> 0 12 * * * user /home/user/quarter.v2
> 0 18 * * * user /home/user/quarter.v2
> 0 0 * * * user /home/user/quarter.v2
>
> quarter.v2 is a script. I can run it manually. I want it to run four times
> a day, at 6am, noon, 6pm, and midnight. But the script isn't being run.
> I've had the crontab entries for two days, and the script hasn't been run
> once. Have I misunderstood the way cron works?


Okay, never mind. Stupid user error. Nothing to see here. Move along.
Reply With Quote