REBOOT(1M) — Silicon Graphics
NAME
reboot − UNIX bootstrapping procedures
SYNOPSIS
/etc/reboot [ −h ] [ −n ] [ −q ]
DESCRIPTION
UNIX is started by placing it in memory at a particular location and transferring to that location. Since the system is not reentrant, it is necessary to read it in from disk or tape each time it is to be bootstrapped.
Rebooting a running system.
When UNIX is running and a reboot is desired, /etc/reboot can be used. reboot causes the disks to be synced, and a reboot to be initiated.
Options to reboot are:
−h halts the system without rebooting.
−n avoids the sync. It can be used if a disk or the processor is on fire.
−q reboots quickly, without executing commands in /etc/rebootrc.
FILES
/etc/rebootrcreboot shell script
SEE ALSO
crash(8), fsck(1M), init(1M), brc(1M), kill(2)
Version 2.4 — May 08, 1986