reboot(1M) manual page
Table of Contents
reboot - restart the operating system
/usr/sbin/reboot
[ -dlnq ] [ boot-arguments ]
SUNWcsu
reboot restarts
the kernel. The kernel is loaded into memory by the PROM
monitor, which
transfers control to the loaded kernel.
Although reboot can be run by the
super-user at any time, shutdown(1M)
is normally used first to warn all
users logged in of the impending loss of service. See shutdown(1M)
for details.
reboot performs a sync(1M)
operation on the disks, and then a multi-user
reboot is initiated. See init(1M)
for details.
reboot normally logs the reboot
to the system log daemon, syslogd(1M)
, and places a shutdown record in
the login accounting file /var/adm/wtmp. These actions are inhibited if
the -n or -q options are present.
Normally, the system will reboot itself
at power-up or after crashes.
- -d
- Dump system core before rebooting.
This option is provided for compatibility, but is not supported by the
underlying reboot(3C)
call.
- -l
- Suppress sending a message to the system log
daemon, syslogd(1M)
about who executed reboot.
- -n
- Does not perform the
sync(1M)
command. Use of this option can cause file system damage.
- -q
- Quick.
Reboot quickly and ungracefully, without shutting down running processes
first.
- boot-arguments
- These arguments are accepted for compatibility, and
are passed unchanged to the uadmin(2)
system call.
- On x86 systems only,
- note that currently, boot arguments are not passed on to the boot(1M)
program,
so they have no effect. You must type in the arguments when responding to
the boot prompt ">" to have the desired effect.
In the example below,
the delimiter ‘--’ (two hyphens) must be used to separate the options of reboot
from the arguments of boot(1M)
.
example# reboot -dl -- -rv
- /var/adm/wtmp
- login accounting file
boot(1M)
, crash(1M)
, fsck(1M)
, halt(1M)
,
init(1M)
, shutdown(1M)
, sync(1M)
, syslogd(1M)
, uadmin(2)
, reboot(3C)
Table of Contents