Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 16:45:43 -0400
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Rich Morin <rdm@cfcl.com>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: format of /etc/crontab?
Message-ID:  <20030703164543.4bb1b5b3.trhodes@FreeBSD.org>
In-Reply-To: <p05200f42bb2a44de7749@[192.168.254.205]>
References:  <p05200f42bb2a44de7749@[192.168.254.205]>

next in thread | previous in thread | raw e-mail | index | archive | help
[Moved to just -doc]

On Thu, 3 Jul 2003 13:54:36 -0700
Rich Morin <rdm@cfcl.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030703164543.4bb1b5b3.trhodes>