From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 06:19:57 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 1691316A4B3 for ; Wed, 17 Sep 2003 06:19:57 -0700 (PDT) Received: from remt25.cluster1.charter.net (remt25.cluster1.charter.net [209.225.8.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A2043FE1 for ; Wed, 17 Sep 2003 06:19:56 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt25.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 161888861; Wed, 17 Sep 2003 09:19:55 -0400 From: "Charles Howse" To: "'lrnobs'" , Date: Wed, 17 Sep 2003 08:19:49 -0500 Message-ID: <002701c37d1e$5fa781d0$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <01ab01c37d1d$d671ed60$6400a8c0@NCSXP> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: How to shut down 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: Wed, 17 Sep 2003 13:19:57 -0000 > I am a new user learning about Unix. >=20 > I found the shutdown command and have been using "shutdown=20 > now" to shut down > before powering off. >=20 > When the pc boots up it complains that it was incorrectly shut down. >=20 > Am I following an incorrect procedure? 'shutdown now' will take you to single user mode. This is not what you want if you're ready to power off. Use 'shutdown -h now' and wait for the 'press any key to reboot' prompt before you power off. To reboot, use 'shutdown -r now'.