From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 03:01:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09AB6106564A for ; Fri, 12 Sep 2008 03:01:02 +0000 (UTC) (envelope-from fbsd06+ZW=0eeee168@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id D16228FC1D for ; Fri, 12 Sep 2008 03:01:01 +0000 (UTC) (envelope-from fbsd06+ZW=0eeee168@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 88C3B16420D for ; Thu, 11 Sep 2008 22:49:52 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 94A2923E519 for ; Thu, 11 Sep 2008 22:49:50 -0400 (EDT) Date: Fri, 12 Sep 2008 03:49:47 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080912034947.089ef3e5@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: setup cronjob X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 03:01:02 -0000 On Thu, 11 Sep 2008 22:12:35 -0400 Darrell Betts wrote: > I have wrote a small script put it in my home directory. I am trying > to setup a cronjob to run it every six hours. When it runs the job I > receive the error message " /usr/home/test/cronjobs/test.sh: not > found" I have tripe checked the file permissions and they appear > correct so I am stumped as to why this won't run? Any ideas? > > Cron job example > > 0 /6 * * * > test /usr/home/test/cronjobs/test.sh > Does user test have access to /usr/home/test/cronjobs/?