xref: /illumos-gate/usr/src/man/man8/halt.8 (revision bbf21555)
te
Copyright (c) 2004 Sun Microsystems, Inc. All Rights Reserved.
Copyright (c) 2013, Joyent, Inc. All rights reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
HALT 8 "Jul 26, 2013"
NAME
halt, poweroff - stop the processor
SYNOPSIS

/usr/sbin/halt [-dlnqy]

/usr/sbin/poweroff [-dlnqy]
DESCRIPTION

The halt and poweroff utilities write any pending information to the disks and then stop the processor. The poweroff utility has the machine remove power, if possible.

The halt and poweroff utilities normally log the system shutdown to the system log daemon, syslogd(8), and place a shutdown record in the login accounting file /var/adm/wtmpx. These actions are inhibited if the -n or -q options are present.

OPTIONS

The following options are supported: -d

Force a system crash dump before rebooting. See dumpadm(8) for information on configuring system crash dumps.

-l

Suppress sending a message to the system log daemon, syslogd(8), about who executed halt.

-n

Prevent the sync(8) before stopping.

-q

Quick halt. No graceful shutdown is attempted.

-y

This option is ignored for backwards compatibility.

FILES
/var/adm/wtmpx

History of user access and administration information.

SEE ALSO

inittab (5), attributes (7), smf (7), dumpadm (8), init (8), reboot (8), shutdown (8), sync (8), syslogd (8)

NOTES

The halt and poweroff utilities do not cleanly shutdown smf(7) services. Execute the scripts in /etc/rcnum.d or execute shutdown actions in inittab(5). To ensure a complete shutdown of system services, use shutdown(8) or init(8) to reboot a Solaris system.