|
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... |
i386/installboot(8) -- installs a bootstrap on an FFS disk or partition
|
installboot is used to install a ``first-stage'' boot program into the boot area of an FFS disk partition. It inserts the block number and offset of the inode of the second-stage boot program boot(8... |
amd64/installboot(8) -- installs a bootstrap on an FFS disk or partition
|
installboot is used to install a ``first-stage'' boot program into the boot area of an FFS disk partition. It inserts the block number and offset of the inode of the second-stage boot program boot(8... |
sparc/installboot(8) -- install a bootstrap on an FFS filesystem partition
|
installboot prepares an FFS filesystem partition for bootstrapping from the PROM. The sparc bootblocks are split into two parts: a small firststage program that is written into the superblock area in ... |
sparc64/installboot(8) -- install a bootstrap on an FFS filesystem partition
|
installboot prepares an FFS filesystem partition for bootstrapping from the PROM. The sparc bootblocks are split into two parts: a small firststage program that is written into the superblock area in ... |
mvme68k/installboot(8) -- install a bootstrap on an FFS disk
|
installboot is used to install a "first-stage" boot program into the boot area of an FFS disk partition, and initialize the table of block numbers the bootxx program uses to load the second-stage bo... |
mvme88k/installboot(8) -- install a bootstrap on an FFS disk
|
installboot is used to install a "first-stage" boot program into the boot area of an FFS disk partition, and initialize the table of block numbers the bootxx program uses to load the second-stage bo... |
intro(8) -- introduction to system maintenance and operation commands
|
The manual pages in section 8 contain information related to system operation and maintenance. They describe commands used to create new file systems, newfs(8); verify the integrity of the file system... |
iopctl(8) -- a program to control IOP devices
|
The iopctl command can be used to interrogate and control I2O devices. The following options are available: -f ctldev Specify the control device to use. The default is /dev/iop0. The following command... |
iostat(8) -- report I/O statistics
|
iostat displays kernel I/O statistics on terminal, disk and CPU operations. By default, iostat displays one line of statistics averaged over the machine's run time. The use of -c presents successive ... |
ipsecadm(8) -- interface to set up IPsec
|
The ipsecadm utility sets up security associations in the kernel to be used with ipsec(4). It can be used to specify the encryption and authentication algorithms and key material for the network layer... |
isakmpd(8) -- ISAKMP/Oakley a.k.a. IKE key management daemon
|
The isakmpd daemon establishes security associations for encrypted and/or authenticated network traffic. At this moment, and probably forever, this means ipsec(4) traffic. The way isakmpd goes about i... |