# This is the format for this file ...
#
# * * * * *
# | | | | |_ Day of week (0 - 6, 0 = Sunday)
# | | | |___ Months (1 - 12)
# | | |_____ Days (1 - 31)
# | |_______ Hours (0 - 23)
# |_________ Minutes (0 - 59)
#
# Any field with an * in it means ALL possible
# values are assumed
#
# And here is my CRONTAB file ...
#
# Every hour checking the mail
0 * * * * /sbin/ifup ppp0
5 * * * * /sbin/ifdown ppp0

# Every night at Midnight
0 0 * * * /usr/bin/uptime | mail -s UpTime root

# Every Friday at Midnight ...
0 0 * * 5 /bin/rpm -Va | sort | grep missing | mail -s "RPM Verification"
root

Any questions, just ask.

-Paul


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to