man.bsd.lv manual page server

Manual Page Search Parameters
REBOOT(8) System Manager's Manual REBOOT(8)

reboot, haltstopping and restarting the system

halt [-nq]

reboot [-nq]

The 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 login accounting file.

The options are as follows:

If the -n option is specified, the file system cache is not flushed. This option should probably not be used.
If the -q option is specified, the system is halted or restarted quickly and ungracefully, and only the flushing of the file system cache is performed. This option should probably not 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.

sync(1), utmp(5), boot(8), shutdown(8)

A reboot command appeared in Version 6 AT&T UNIX.

4.4BSD-Lite2 June 9, 1993 REBOOT(8)