From owner-freebsd-questions Sat Jun 23 8: 3:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 4FA2237B406 for ; Sat, 23 Jun 2001 08:03:28 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f5NF08s19440; Sat, 23 Jun 2001 11:00:08 -0400 (EDT) Message-ID: <3B34AF93.B274127E@iowna.com> Date: Sat, 23 Jun 2001 11:02:44 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: tyler spivey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cron References: <200106231048.f5NAmUm04695@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tyler spivey wrote: > > how do i get a list of cron jobs to disable the dayly security check? i want to run everything myself, or do other arrangements. > how do i see what cron jobs are in root's crontab/send > send root's crontab is /etc/crontab. You can edit it with any text editor. cron automatically re-reads this file on a regular basis, so changes don't require a kill -HUP. Read "man 8 periodic" for details on how the periodic program calls work. periodic is a pretty great program that can be easily customized to do the jobs you want, when you want. (in conjunction with cron) -Bill -- If a bird in the hand is worth two in the bush, then what can I get for two hands in the bush? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message