From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 20:16:41 2006 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 1B42B16A430 for ; Tue, 28 Feb 2006 20:16:41 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: from mailhub.ihlas.net.tr (mailhub.ihlas.net.tr [213.238.128.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7F743D4C for ; Tue, 28 Feb 2006 20:16:36 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: (qmail 7102 invoked from network); 28 Feb 2006 20:17:04 -0000 Received: from unknown (HELO ihlasnetym) (maslak@213.238.150.220) by 0 with ESMTPA; 28 Feb 2006 20:17:04 -0000 Message-ID: <009701c63ca3$c982b4c0$dc96eed5@ihlasnetym> From: "Halid Faith" To: Date: Tue, 28 Feb 2006 22:15:57 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: I could not run this script in /etc/crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 20:16:41 -0000 Hello I have a script. I can run it without a problem as root manually. But I have a problem=20 I could not run this script in /etc/crontab as below; */1 * * * * root /root/thescript What should I do ? =20