Date: Sat, 23 Jun 2001 11:02:44 -0400 From: Bill Moran <wmoran@iowna.com> To: tyler spivey <tspivey8@home.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cron Message-ID: <3B34AF93.B274127E@iowna.com> References: <200106231048.f5NAmUm04695@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B34AF93.B274127E>