From owner-freebsd-newbies@FreeBSD.ORG Mon Jul 5 15:08:56 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D812216A4CE for ; Mon, 5 Jul 2004 15:08:56 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C1743D53 for ; Mon, 5 Jul 2004 15:08:56 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from nbritton.org (12-223-155-125.client.insightbb.com[12.223.155.125]) by sccimhc91.asp.att.net (sccimhc91) with SMTP id <20040705150855i9100acd8te>; Mon, 5 Jul 2004 15:08:55 +0000 Message-ID: <40E96F02.9000304@nbritton.org> Date: Mon, 05 Jul 2004 10:08:50 -0500 From: Nikolas Britton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Taulant Galimuna , freebsd-newbies@freebsd.org References: <20040704071004.E11E8AE097@nezlok.unixathome.org> <060b01c4629e$b60e45c0$0302a8c0@webmaster2> In-Reply-To: <060b01c4629e$b60e45c0$0302a8c0@webmaster2> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cron.daily and cron.hourly X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 15:08:57 -0000 man cron and crontab. cron man page: http://www.freebsd.org/cgi/man.cgi?query=cron&sektion=8 These should help too: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-cron.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/book.html#ROOT-NOT-FOUND-CRON-ERRORS Taulant Galimuna wrote: >Hi, > >I had a problem with my web-server that I already solved. But now I have to >execute a PHP file on my FreeBSD server every hour, to get the needed >updates from database. > >I know I need a shell script to execute that file and have to put this >script to some directory that would execute it every hour. > >In linux it is appeared to be at /etc/cron.hourly > > >but in FreeBSD I can't locate it. > >Any one can help ?! > >Regards > >_______________________________________________ >freebsd-newbies@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-newbies >To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" > > >