From owner-freebsd-questions@FreeBSD.ORG Wed May 16 02:34:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5EE016A408 for ; Wed, 16 May 2007 02:34:16 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 76C3E13C4B0 for ; Wed, 16 May 2007 02:34:16 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so435034nze for ; Tue, 15 May 2007 19:34:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=thpA3mozAtmG//fDmBpCm4VGczR1TERYx7NpK/BwppOkxMQYSDebqbiXSazz683exyQ8FNe/BcTd9sDzzWX9+zeZZ08kBFN6s+NN3HYDNWvFcS/O7OlnNN9IviAyi6tK6vko/QZINCO+Pxbx9IlD+jMDJwBWh/wb20ZGIflAVLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=k+KpL03OXsvqRLzAAyvbw47/oi5Gl2Se6eijJvRtvIPsoYO2X3iie79wo5PnAZvyStqRQsJTz7u3ujwjjCUYLooT9RTkK+F8tJ9L0HZ4huXTbG2Sf2wo0h01PnNkM7x0mPLNgFNZ6f387lwmz0FAte8JL7M1clvDmNDJ1W07mfU= Received: by 10.65.116.10 with SMTP id t10mr2166377qbm.1179282855705; Tue, 15 May 2007 19:34:15 -0700 (PDT) Received: by 10.65.204.5 with HTTP; Tue, 15 May 2007 19:34:15 -0700 (PDT) Message-ID: Date: Tue, 15 May 2007 23:34:15 -0300 From: Agus To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Find out startup programs execution order.. 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: Wed, 16 May 2007 02:34:16 -0000 Hi... i am trying to solve a problem with an error message during startup.. su: /bin/csh : Permission Denied so i am trying to find the way the programs start during boot.... thats it.... Thanxsss