From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 05:18:01 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 7077337B401 for ; Mon, 21 Jul 2003 05:18:01 -0700 (PDT) Received: from aviti.net (aviti.net [217.144.68.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1CE43FD7 for ; Mon, 21 Jul 2003 05:17:59 -0700 (PDT) (envelope-from life@zone3000.net) Received: from zone3000.kharkov.ua ([217.144.68.98] helo=adserver.zone3000.net) by aviti.net with esmtp (Exim 4.14) id 19eZc3-000DC0-8G for freebsd-questions@freebsd.org; Mon, 21 Jul 2003 15:17:55 +0300 Received: from narik ([10.1.1.36]) by adserver.zone3000.net with Microsoft SMTPSVC(5.0.2195.5329); Mon, 21 Jul 2003 15:23:38 +0300 Message-ID: <013501c34f82$1cd17e20$2401010a@zone3000.net> From: "Vitali Malicky" To: "luca.massarenti" , "freebsd-questions" References: Date: Mon, 21 Jul 2003 15:17:54 +0300 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 X-OriginalArrivalTime: 21 Jul 2003 12:23:38.0156 (UTC) FILETIME=[E9B14EC0:01C34F82] X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19eZc3-000DC0-8G*T4ThxZo6Uu6* Subject: Re: ctrl+alt+del & shutdown/reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vitali Malicky List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 12:18:01 -0000 >Hi, I install linux & freebsd servers, and I'd like to shutdown (and not reboot) my servers pressing ctrl+alt+del. > >I know how to in linux (inittab) but not in freebsd, because reading manuals I have seen only how to disable the function >through kernel reconfiguration. > >Please help me there is such a good command "shutdown -r now" ("-r" means to reboot "-h" means to halt) you're discouraged to use "halt" and "reboot" cauz it's not a good way to stop FreeBSD,... also there command "fasthalt", "fastboot"... > > >Luca Massarenti