From owner-freebsd-questions@FreeBSD.ORG Fri Aug 5 19:29:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7665416A41F for ; Fri, 5 Aug 2005 19:29:51 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE7F43D46 for ; Fri, 5 Aug 2005 19:29:50 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so420628wra for ; Fri, 05 Aug 2005 12:29:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I44CudLvj/yYSeVbLdgbuc2PSLyO8oGBEKxW9qkw00MCxBysbMNxD/5EHScsh1PjDYLs+rbLcXKXKoALtY6wCqZj70Y30O7Ry6Oj/z5l6vup86MmIELL8IBINW82whxpr27mPhwnLqgOjeTTfBAcuYQbXs7WF8Wr9QYbIGUYW/s= Received: by 10.54.11.20 with SMTP id 20mr2835415wrk; Fri, 05 Aug 2005 12:29:50 -0700 (PDT) Received: by 10.54.2.45 with HTTP; Fri, 5 Aug 2005 12:29:50 -0700 (PDT) Message-ID: <5ef8c2f005080512297e26527a@mail.gmail.com> Date: Fri, 5 Aug 2005 16:29:50 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= To: cell In-Reply-To: <007c01c599f3$67edfd80$0301a8c0@danielle> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <007c01c599f3$67edfd80$0301a8c0@danielle> Cc: freebsd-questions@freebsd.org Subject: Re: Problems with crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 19:29:51 -0000 On 8/5/05, cell wrote: > Hello , i have problem with crontab , i tried to configure crontab for ru= n command every three days at 5h00 AM.I use this command but i believe it's= not good : >=20 > 0 5 1-31/3 * * root cd /home/rootfix/Maildir/= cur && rm -f * >=20 >=20 I would use this: 0 5 */3 * * root rm -f /home/rootfix/Maildir/cu= r/*