Getty,
Sh,
Login.conf,
Login,
Rc.shutdown,
Rc,
Reboot,
Fbtab,
Kill,
Shutdown,
Securelevel,
Ttys,
Halt,
Crash,
Init INIT(8) - System Manager’s Manual # INIT(8) - System Manager’s Manual
NAME # init - process control initialization
SYNOPSIS # init [-fs]
DESCRIPTION # The init program is the last stage of the boot process. It normally executes the sequence of events described in rc(8) and begins multi-user operation.
The kernel may pass the following options to init, usually when requested by the boot(8) program:
-f
Activate fastboot mode. This is not currently supported by the OpenBSD kernel.
...
POWER(4) - Device Drivers Manual (landisk) # POWER(4) - Device Drivers Manual (landisk)
NAME # power - power switch
SYNOPSIS # power0 at obio?
DESCRIPTION # Landisk models provide an interrupt when the power switch is flipped to the Off position. The power driver catches that interrupt. If the hw.allowpowerdown sysctl(8) is set to 1, power will signal init(8) to do a clean shutdown.
SEE ALSO # intro(4), obio(4), init(8), rc.
...
POWER(4) - Device Drivers Manual (sparc64) # POWER(4) - Device Drivers Manual (sparc64)
NAME # power - power button
SYNOPSIS # power* at ebus?
DESCRIPTION # Some UltraSPARC host bridges provide an interrupt when the power button is depressed. The power driver catches that interrupt. If the hw.allowpowerdown sysctl(8) is set to 1, power will signal init(8) to do a clean shutdown.
SEE ALSO # ebus(4), intro(4), init(8), rc.shutdown(8), sysctl(8)
...
RC(8) - System Manager’s Manual # RC(8) - System Manager’s Manual
NAME # rc, rc.firsttime, rc.local, rc.securelevel - command scripts for system startup
DESCRIPTION # rc is the command script that is invoked by init(8) when the system starts up. It performs system housekeeping chores and starts up system daemons. Additionally, rc is intricately tied to the netstart(8) script, which runs commands and daemons pertaining to the network. rc is also used to execute any rc.
...
Sync,
Boot_sparc64,
Boot_luna88k,
Savecore,
Boot_alpha,
Rc.shutdown,
Boot_i386,
Boot_hppa,
Shutdown,
Boot_amd64,
Rc.d,
Boot_macppc,
Utmp,
Reboot REBOOT(8) - System Manager’s Manual # REBOOT(8) - System Manager’s Manual
NAME # reboot, halt - stopping and restarting the system
SYNOPSIS # halt [-dnpq]
reboot [-dnq]
DESCRIPTION # The halt and reboot utilities flush the file system cache to disk, execute the rc.d(8) scripts specified by the pkg_scripts variable defined in rc.conf(8) in a reverse order, run the system shutdown script, send all running processes a SIGTERM (and subsequently a SIGKILL), and, respectively, halt or restart the system.
...
SHUTDOWN(8) - System Manager’s Manual # SHUTDOWN(8) - System Manager’s Manual
NAME # shutdown - close down the system at a given time
SYNOPSIS # shutdown [-] [-dfhknpr] time [warning-message …]
DESCRIPTION # shutdown provides an automated shutdown procedure for superusers to nicely notify users when the system is shutting down, saving them from system administrators, hackers, and gurus, who would otherwise not bother with such niceties. When the shutdown command is issued without options, the system is placed in single user mode at the indicated time after shutting down all system services.
...