United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
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)
|
Then you want to insert this into the crontab database by using the following command:0 1 * * * /usr/bin/up2date -u
For example:crontab <filename>
$ crontab update.txt
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (update.txt installed on Tue Jun 1 16:05:40 2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
0 1 * * * /usr/bin/up2date -u
|