From owner-freebsd-questions Thu Feb 3 16:29:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by builder.freebsd.org (Postfix) with SMTP id 41B4C53F1 for ; Thu, 3 Feb 2000 15:16:01 -0800 (PST) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 8525687A.007ED53E ; Thu, 3 Feb 2000 18:05:21 -0500 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: jmutter@ds.net Cc: questions@freebsd.org Message-ID: <8525687A.007ED34F.00@mail.whtz.com> Date: Thu, 3 Feb 2000 18:05:15 -0500 Subject: Re: CRON Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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