From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 11:10:40 2003 Return-Path: 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 9648716A4CE for ; Fri, 31 Oct 2003 11:10:40 -0800 (PST) Received: from mail.cult.cu (mail.cult.cu [169.158.120.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E074D43F93 for ; Fri, 31 Oct 2003 11:10:11 -0800 (PST) (envelope-from admin@atenas.cult.cu) Received: from mailnull by mail.cult.cu with local-bsmtp (Exim 4.10) id 1AFedC-000Lxs-00 for questions@freebsd.org; Fri, 31 Oct 2003 14:08:22 -0500 Received: from [169.158.120.178] (helo=mail.atenas.cult.cu) by mail.cult.cu with esmtp (Exim 4.10) id 1AFdnV-000GsO-00 for questions@freebsd.org; Fri, 31 Oct 2003 13:14:57 -0500 Received: from [192.168.1.8] (helo=bloodlust) by mail.atenas.cult.cu with smtp (Exim 3.34 #1) id 1AFdlA-0000Fi-00 for questions@FreeBSD.ORG; Fri, 31 Oct 2003 13:12:32 -0500 Message-ID: <001501c39fdb$1aca0fd0$0801a8c0@bloodlust> From: "Xpression" To: "FreeBSD-questions" Date: Fri, 31 Oct 2003 13:16:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: crontab question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 19:10:40 -0000 Hi guys, I was wondering if I have three script files on crontab and all they are executed at the same hour how it's function ??? I mean: # #minute hour mday month wday who command # 0 0 * * * root /path/one/script1 0 0 * * * root /path/two/script2 0 0 * * * root /path/three/script3 they are executed at the same time or in order ??? thankssssssss