|
halt(8) -- stopping and restarting the system
|
The halt and reboot utilities flush the file system cache to disk, run the system shutdown script, send all running processes a SIGTERM (and subsequently a SIGKILL), and, respectively, halt or restart... |
hp300/hilinfo(8) -- provides information on HIL devices
|
hilinfo prints information about the device list. The options are as follows: -a For each device, display the type and the complete hil information bitstring. -t For each device, display the type. If ... |
|
macppc/hotplugd(8) -- devices hot plugging monitor daemon
|
The hotplugd daemon monitors the hotplug(4) pseudo-device, acting on signaled events by executing the scripts in the /etc/hotplug directory. By default it uses the /dev/hotplug device for reading even... |
alpha/hotplugd(8) -- devices hot plugging monitor daemon
|
The hotplugd daemon monitors the hotplug(4) pseudo-device, acting on signaled events by executing the scripts in the /etc/hotplug directory. By default it uses the /dev/hotplug device for reading even... |
i386/hotplugd(8) -- devices hot plugging monitor daemon
|
The hotplugd daemon monitors the hotplug(4) pseudo-device, acting on signaled events by executing the scripts in the /etc/hotplug directory. By default it uses the /dev/hotplug device for reading even... |
amd64/hotplugd(8) -- devices hot plugging monitor daemon
|
The hotplugd daemon monitors the hotplug(4) pseudo-device, acting on signaled events by executing the scripts in the /etc/hotplug directory. By default it uses the /dev/hotplug device for reading even... |
sparc64/hotplugd(8) -- devices hot plugging monitor daemon
|
The hotplugd daemon monitors the hotplug(4) pseudo-device, acting on signaled events by executing the scripts in the /etc/hotplug directory. By default it uses the /dev/hotplug device for reading even... |
hprop(8) -- propagate the KDC database
|
hprop takes a principal database in a specified format and converts it into a stream of Heimdal database records. This stream can either be written to standard out, or (more commonly) be propagated to... |
hpropd(8) -- receive a propagated database
|
hpropd receives a database sent by hprop. and writes it as a local database. By default, hpropd expects to be started from inetd if stdin is a socket and expects to receive the dumped database over st... |
httpd(8) -- Apache Hypertext Transfer Protocol Server
|
httpd is the Apache HyperText Transfer Protocol (HTTP) server program. It is designed to be run as a stand-alone daemon process. When used like this it will create a pool of child processes to handle ... |
identd(8) -- TCP/IP IDENT protocol server
|
identd is a server which implements the TCP/IP proposed standard IDENT user identification protocol as specified in the RFC 1413 document. identd operates by looking up specific TCP/IP connections and... |
ifconfig(8) -- configure network interface parameters
|
The ifconfig utility is used to assign an address to a network interface and/or configure network interface parameters. ifconfig must be used at boot-time to define the network address of each interfa... |
inetd(8) -- internet ``super-server''
|
inetd should be run at boot time by /etc/rc (see rc(8)). It then listens for connections on certain internet sockets. When a connection is found on one of its sockets, it decides what service the sock... |
init(8) -- process control initialization
|
The init program is the last stage of the boot process. It normally runs the automatic reboot sequence as described in reboot(8), and if this succeeds, begins multi-user operation. If the reboot scrip... |
alpha/installboot(8) -- install disk bootstrap software
|
The installboot utility prepares a disk for bootstrapping. The OpenBSD/alpha disk bootstrap software is split into two parts: a small first-stage boot program that is written into the disklabel area o... |