From owner-freebsd-questions@FreeBSD.ORG Sat May 22 14:17:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF55116A4CE for ; Sat, 22 May 2004 14:17:40 -0700 (PDT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463F543D45 for ; Sat, 22 May 2004 14:17:40 -0700 (PDT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-14-105.client.mchsi.com[12.216.14.105]) by sccmmhc92.asp.att.net (sccmmhc92) with SMTP id <20040522211717m920036ddpe>; Sat, 22 May 2004 21:17:17 +0000 Date: Sat, 22 May 2004 16:17:16 -0500 (CDT) From: David Fleck Sender: dcf@grond.sourballs.org To: chip In-Reply-To: <40AFA388.7080006@wiegand.org> Message-ID: <20040522152010.O29103@grond.sourballs.org> References: <20040521141741.53444.qmail@web40403.mail.yahoo.com> <40AF65C5.1060506@potentialtech.com> <40AFA388.7080006@wiegand.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org cc: carvin5string cc: Bill Moran Subject: Re: cron can't find root or operator X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 21:17:41 -0000 On Sat, 22 May 2004, chip wrote: > So, now I am trying to run - > crontab crontab > in my non-root user directory, as the non-root user, and it fails with this- > "crontab: crontab: No such file or directory" > I tried - > crontab -u chip crontab -e (with and without the -e) > also and it failed with the same message. So I then su'd and tried again > and got the same message again. The I tried - > /etc/crontab -u chip crontab (with and without the -e) > and get permission denied, as root. 1. Using the information in crontab(5), write a file containing your cron jobs in your favorite text editor. 2. run 'crontab {filename}' to install the cron. 3. run 'crontab -l' to verify that cron has installed your file. -- David Fleck david.fleck@mchsi.com