1 .\"/* Copyright 1988,1990,1993 by Paul Vixie
2 .\" * All rights reserved
4 .\" * Distribute freely, except: don't remove my name from the source or
5 .\" * documentation (don't take credit for my work), mark your changes (don't
6 .\" * get me blamed for your possible bugs), don't alter or remove this
7 .\" * notice. May be sold if buildable source is provided to buyer. No
8 .\" * warrantee of any kind, express or implied, is included with this
9 .\" * software; use at your own risk, responsibility for damages (if any) to
10 .\" * anyone resulting from the use of this software rests entirely with the
13 .\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and
14 .\" * I'll try to keep a version up to date. I can be reached as follows:
15 .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
18 .\" $Id: cron.8,v 1.1 1994/01/05 20:40:12 jtc Exp $
20 .TH CRON 8 "20 December 1993"
23 cron \- daemon to execute scheduled commands (Vixie Cron)
28 should be started from /etc/rc or /etc/rc.local. It will return immediately,
29 so you don't need to start it with '&'.
32 searches /var/cron/tabs for crontab files which are named after accounts in
33 /etc/passwd; crontabs found are loaded into memory.
35 also searches for /etc/crontab which is in a different format (see
38 then wakes up every minute, examining all stored crontabs, checking each
39 command to see if it should be run in the current minute. When executing
40 commands, any output is mailed to the owner of the crontab (or to the user
41 named in the MAILTO environment variable in the crontab, if such exists).
45 checks each minute to see if its spool directory's modtime (or the modtime
48 has changed, and if it has,
50 will then examine the modtime on all crontabs and reload those which have
53 need not be restarted whenever a crontab file is modified. Note that the
55 command updates the modtime of the spool directory whenever it changes a
58 crontab(1), crontab(5)
61 Paul Vixie <paul@vix.com>