From owner-freebsd-questions@FreeBSD.ORG Sat May 8 09:09:14 2004 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 85B6016A4CE for ; Sat, 8 May 2004 09:09:14 -0700 (PDT) Received: from above.proper.com (above.proper.com [208.184.76.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E2143D5A for ; Sat, 8 May 2004 09:09:14 -0700 (PDT) (envelope-from phoffman@proper.com) Received: from [10.20.30.249] (dsl2-63-249-109-252.cruzio.com [63.249.109.252]) (authenticated bits=0) by above.proper.com (8.12.11/8.12.9) with ESMTP id i48G99H2026436 for ; Sat, 8 May 2004 09:09:10 -0700 (PDT) (envelope-from phoffman@proper.com) Mime-Version: 1.0 X-Sender: phoffprop@mail.proper.com Message-Id: Date: Sat, 8 May 2004 09:09:11 -0700 To: freebsd-questions@FreeBSD.ORG From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Subject: Not needing the console for a system reload 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: Sat, 08 May 2004 16:09:14 -0000 Greetings again. Sometimes I want to do a "shutdown now; ; exit" to reload the upper layers of the system without doing a full reboot. If I'm not at the console, I can't do this, so I have to do the reboot, which takes much longer because of all the kernel loading and hardware probing. Is there a way to give a "shutdown now; ; exit" command from the command line if I'm logged in remotely? Or do I really need to use "reboot" and go through the whole hardware reinitialization? --Paul Hoffman