Date: Thu, 3 Feb 2000 18:05:15 -0500 From: courtney@whtz.com To: jmutter@ds.net Cc: questions@freebsd.org Subject: Re: CRON Message-ID: <8525687A.007ED34F.00@mail.whtz.com>
next in thread | raw e-mail | index | archive | help
OK- as requested, here is a copy of my /etc/crontab file # /etc/crontab - root's crontab for FreeBSD # # $Id: crontab,v 1.18 1998/03/30 09:17:25 ache Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log # #minute hour mday month wday who command # */5 * * * * root /usr/libexec/atrun # # rotate log files every hour, if necessary 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance 0 2 * * * root periodic daily 2>&1 | sendmail root 30 3 * * 6 root periodic weekly 2>&1 | sendmail root 30 5 1 * * root periodic monthly 2>&1 | sendmail root #THIS IS THE CRON JOB IN QUESTION * 0-23 * * * root /usr/local/bin/scr # # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a I would like to run that job every 10 minutes 24 hours a day...is that possible as well?? Thanks! Bernie Courtney Z100 New York Radio Engineering mailto:courtney@whtz.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8525687A.007ED34F.00>