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 / crontab.man < prev    next >
Text File  |  1988-11-15  |  1KB  |  68 lines

  1.  
  2.  
  3.  
  4.      CRONTAB(1)         UNIX 5.0 (30 March 1987)        CRONTAB(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.       crontab - maintain crontab files for individual users
  10.  
  11.      SYNOPSIS
  12.       crontab [ -u user ] {    -l | -d    | -r file | -a file }
  13.  
  14.      DESCRIPTION
  15.       Crontab is the program used to install, deinstall, list, or
  16.       check    the tables used    to drive the crond(8) daemon in
  17.       Vixie's Cron.     Each user has their own crontab, but though
  18.       these    are files in /usr/spool, they are not readable or
  19.       writable by anyone or    anything except    the super-user or the
  20.       crond(8) or crontab programs.
  21.  
  22.       If the -u option is given, it    specifies the name of the user
  23.       whose    crontab    is to be tweaked.  If this option is not
  24.       given, crontab examines "your" crontab, i.e.,    the crontab of
  25.       the person executing the command.
  26.  
  27.       The -l option    causes the current crontab to be displayed on
  28.       standard output.
  29.  
  30.       The -d option    causes the current crontab to be deleted.
  31.  
  32.       The -r option    is used    to replace the current crontab (if
  33.       any) with the    contents of the    named file.
  34.  
  35.       The -a option    lets you "append" the contents of some file to
  36.       your crontab.
  37.  
  38.      SEE ALSO
  39.       crontab(5), crond(8)
  40.  
  41.      DIAGNOSTICS
  42.       Fairly informative usage message if you run it with a    bad
  43.       command line.
  44.  
  45.      AUTHOR
  46.       Paul Vixie
  47.       ucbvax!dual!ptsfa!vixie!paul
  48.       ptsfa!vixie!paul@ames.ARPA
  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.