From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 14:06:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE2737B401 for ; Thu, 3 Jul 2003 14:06:35 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C28143FF5 for ; Thu, 3 Jul 2003 14:06:34 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (acs-24-154-229-196.zoominternet.net [24.154.229.196]) by pittgoth.com (8.12.9/8.12.9) with SMTP id h63L6VkR047432; Thu, 3 Jul 2003 17:06:31 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 3 Jul 2003 16:45:43 -0400 From: Tom Rhodes To: Rich Morin Message-Id: <20030703164543.4bb1b5b3.trhodes@FreeBSD.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org Subject: Re: format of /etc/crontab? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:06:35 -0000 [Moved to just -doc] On Thu, 3 Jul 2003 13:54:36 -0700 Rich Morin wrote: > The cron(8) man page (on my FreeBSD 4.7 system) says: > > Cron searches /var/cron/tabs for crontab files which are named after > accounts in /etc/passwd; crontabs found are loaded into memory. Cron > also searches for /etc/crontab which is in a different format (see > crontab(5)). > > The crontab(5) man page, however, says nothing about any differences in > the file formats. Instead, it appears to describe only the format that > is used in /var/cron/tabs/* files. > > I would like to know precisely how the format of /etc/crontab differs, > but I can't find any man page that addresses this. Help? > To my knowledge, the only real difference is the 'who' field which does not exist in user crontab files. This field permits the root user to specify which username the desired command is to run under. Perhaps other people know more differences? -- Tom Rhodes