| manpages.info - online man pages | ![]() |
|||
|
reboot (8) Table of Contents
Namereboot, halt - stopping and restarting the system
Synopsis
halt [-lnq]
DescriptionThe halt and reboot utilities flush the file system cache to disk, send all running processes a SIGTERM (and subsequently a SIGKILL) and, respectively, halt or restart the system. The action is logged, including entering a shutdown record into the wtmp(5) file.
The options are as follows:
Normally, the shutdown(8) utility is used when the system needs to be halted or restarted, giving users advance warning of their impending doom and cleanly terminating specific programs.
See Alsowtmp(5) , shutdown(8) , sync(8)
HistoryA reboot utility appeared in Version 6 AT&T UNIX.
|