home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / SRC / vcron.t.Z / vcron.t / VCRON / MAN / crond.man next >
Text File  |  1988-11-15  |  1KB  |  68 lines

  1.  
  2.  
  3.  
  4.      CROND(8)          UNIX 5.0 (6 March 1987)          CROND(8)
  5.  
  6.  
  7.  
  8.      NAME
  9.       crond    - daemon to execute scheduled commands (Vixie's    Cron)
  10.  
  11.      SYNOPSIS
  12.       crond
  13.  
  14.      DESCRIPTION
  15.       Crond    should be started from /etc/rc or /etc/rc.local.  It
  16.       will return immediately, so you don't    need to    start it with
  17.       '&'.
  18.  
  19.       Crond    searches for a crontab file for    each user listed in
  20.       /etc/passwd; those crontabs found are    loaded into memory.
  21.       Crond    then wakes up every minute, examining all stored
  22.       crontabs, checking each command to see if it should be run
  23.       in the current minute.  When executing commands, any output
  24.       is mailed to the owner of the    crontab    (or to the user    named
  25.       in the MAILTO    environment variable, if such exists).
  26.  
  27.       Additionally,    crond checks each minute for the existence of
  28.       a POKECRON file in it's spool    directory.  If it exists, it
  29.       is removed, and crond    will reload its    memory-resident    cron
  30.       tables.  Crontab(1) creates the POKECRON file    whenever it
  31.       makes    a change to any    crontab.
  32.  
  33.      SEE ALSO
  34.       crontab(1), crontab(5)
  35.  
  36.      AUTHOR
  37.       Paul Vixie
  38.       ucbvax!dual!ptsfa!vixie!paul
  39.       ptsfa!vixie!paul@ames.ARPA
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/10/88)
  64.  
  65.  
  66.  
  67.  
  68.