On Thu, Jun 15, 2000 at 05:56:45PM +1000, Doug Balmer uttered:

> what is the format of the crontab file? i want to put something in there
> but have no idea what the numbers mean.

man 5 crontab

...

              field          allowed values
              -----          --------------
              minute         0-59
              hour           0-23
              day of month   1-31
              month          1-12 (or names, see below)
              day of week    0-7 (0 or 7 is Sun, or use names)

...

For future reference, the number argument to man represents the "volume"
of the Unix manual.  5 is for sysadminy stuff, from memory.  So when you
see this sorta thing:

SEE ALSO
       cron(8), crontab(1)

at the bottom of a man page, you can get to it with:
man 8 cron
man 1 crontab

If you just to man crontab it'll only display the first man page, in
this case crontab(1).

-- 
Rev Simon Rumble          Opinions expressed in this email may
[EMAIL PROTECTED]          not reflect those of the host brain.
http://www.rumble.net  
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to