From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 03:45:25 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 0BB5E1065740 for ; Fri, 12 Sep 2008 03:45:25 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id DED198FC14 for ; Fri, 12 Sep 2008 03:45:24 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 810995C71; Thu, 11 Sep 2008 23:45:34 -0400 (EDT) X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MEbabKEFNaAh; Thu, 11 Sep 2008 23:45:31 -0400 (EDT) Date: Thu, 11 Sep 2008 23:45:20 -0400 From: Sahil Tandon To: Darrell Betts Message-ID: <20080912034520.GB48495@shepherd> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: setup cronjob X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 03:45:25 -0000 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? Show the output of: % ls -l /usr/home/test/cronjobs % crontab -l % less /etc/crontab -- Sahil Tandon