Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 11:14:55 -0500
From:      "shawn" <shawn@guillemette.org>
To:        "Jonathan T. Sage" <sagejona@theatre.msu.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cron jobs
Message-ID:  <001201c3cb02$40a23050$6701a8c0@tacstation>
References:  <001e01c3cae7$527d5ef0$6701a8c0@tacstation> <3FEB0105.8080809@theatre.msu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
  /etc/crontab 86%# /etc/crontab - root's crontab for FreeBSD
  #
  # $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $
  #
  SHELL=/bin/sh
  PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
  HOME=/var/log
  #
  #minute hour    mday    month   wday    who     command
  #
  */1     *       *       *       *       root    /usr/libexec/atrun
  #
  # rotate log files every hour, if necessary
  0       *       *       *       *       root    newsyslog
  #
  # do daily/weekly/monthly maintenance
  1       3       *       *       *       root    periodic daily
  15      4       *       *       6       root    periodic weekly
  30      5       1       *       *       root    periodic monthly
  #
  # 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
  */1     *       *       *       *       /usr/local/bin/mrtg
/usr/local/etc/mrtg/mrtg.cfg




  ----- Original Message ----- 
  From: "Jonathan T. Sage" <sagejona@theatre.msu.edu>
  To: "shawn" <shawn@guillemette.org>
  Cc: <freebsd-questions@freebsd.org>
  Sent: Thursday, December 25, 2003 10:23 AM
  Subject: Re: cron jobs






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001201c3cb02$40a23050$6701a8c0>