reboot(8) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
REBOOT(8)               NetBSD System Manager's Manual               REBOOT(8)


NAME
reboot, poweroff, halt - stopping, powering down and restarting the sys- tem
SYNOPSIS
halt [-dlnpq] reboot [-dlnq] poweroff [-dlnq]
DESCRIPTION
The poweroff, halt and reboot utilities flush the file system cache to disk, send all running processes a SIGTERM, wait up to 30 seconds for them to die, send a SIGKILL to the survivors and, respectively, power down, halt or restart the system. The action is logged, including enter- ing a shutdown record into the login accounting file and sending a mes- sage via syslog(3). The options are as follows: -d Create a dump before halting or restarting. This option is use- ful for debugging system dump procedures or capturing the state of a corrupted or misbehaving system. -l Suppress sending a message via syslog(3) before halting or restarting. -n Do not flush the file system cache. This option should be used with extreme caution. -p Attempt to powerdown the system. If the powerdown fails, or the system does not support software powerdown, the system will halt. This option is only valid for halt. -q Do not give processes a chance to shut down before halting or restarting. This option should not normally be used. Normally, the shutdown(8) utility is used when the system needs to be halted or restarted, giving users advance warning of their impending doom.
SEE ALSO
boot(8), reboot(2), syslog(3), shutdown(8), sync(8), utmp(5)
BUGS
The single user shell will ignore the SIGTERM signal. To avoid waiting for the timeout when rebooting or halting from the single user shell, you have to exec reboot or exec halt.
HISTORY
A reboot command appeared in Version 6 AT&T UNIX. The poweroff command first appeared in NetBSD 1.5. NetBSD 1.5 April 14, 2000 1
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.