DEFAULTDOMAIN(5) - File Formats Manual # DEFAULTDOMAIN(5) - File Formats Manual
NAME # defaultdomain - default YP domain name
DESCRIPTION # The defaultdomain file is read by rc(8) at system startup time. It is used to set the YP domain name of the host machine (see yp(8)).
This file should contain a single line specifying the system domain name as supplied to domainname(1). Empty lines and lines beginning with ‘#’ in the file are ignored.
...
DOMAINNAME(1) - General Commands Manual # DOMAINNAME(1) - General Commands Manual
NAME # domainname - set or print YP domain of current host system
SYNOPSIS # domainname [name-of-domain]
DESCRIPTION # The domainname utility prints the YP domain name of the current host. The superuser can set the domain name by supplying a /etc/defaultdomain file (see defaultdomain(5)). This is used at system boot time by rc(8) to initialize the domainname.
...
FSCK_EXT2FS(8) - System Manager’s Manual # FSCK_EXT2FS(8) - System Manager’s Manual
NAME # fsck_ext2fs - Second Extended File System consistency check and interactive repair
SYNOPSIS # fsck_ext2fs [-dfnpy] [-b block#] [-m mode] filesystem
DESCRIPTION # fsck_ext2fs performs interactive file system consistency checks and repairs the filesystem specified. It is normally invoked from fsck(8).
The kernel takes care that only a restricted class of innocuous file system inconsistencies can happen unless hardware or software failures intervene.
...
FSCK_FFS(8) - System Manager’s Manual # FSCK_FFS(8) - System Manager’s Manual
NAME # fsck_ffs - Fast File System consistency check and interactive repair
SYNOPSIS # fsck_ffs [-fnpy] [-b block#] [-c level] [-m mode] filesystem
DESCRIPTION # fsck_ffs performs interactive file system consistency checks and repairs the file system specified. It is normally invoked from fsck(8).
The kernel takes care that only a restricted class of innocuous file system inconsistencies can happen unless hardware or software failures intervene.
...
FSCK_MSDOS(8) - System Manager’s Manual # FSCK_MSDOS(8) - System Manager’s Manual
NAME # fsck_msdos - DOS/Windows (FAT) file system consistency checker
SYNOPSIS # fsck_msdos [-fnpy] filesystem
DESCRIPTION # The fsck_msdos utility verifies and repairs FAT file systems (more commonly known as DOS file systems). It checks the specified filesystem and tries to repair all detected inconsistencies, requesting confirmation before making any changes.
If the -p flag is given, fsck_msdos preens the specified filesystem.
...
Newfs,
Scan_ffs,
Fsdb,
Rc,
Growfs,
Fsck_msdos,
Fstab,
Mount,
Fsck_ffs,
Fs,
Fsck_ext2fs,
Fsck FSCK(8) - System Manager’s Manual # FSCK(8) - System Manager’s Manual
NAME # fsck - file system consistency check and interactive repair
SYNOPSIS # fsck [-dfNnpvy] [-b block#] [-l maxparallel] [-T fstype:fsoptions] [-t fstype] [special | node …]
DESCRIPTION # The fsck command invokes file-system-specific programs to check the special devices listed in the fstab(5) file or on the command line for consistency.
It is normally used in the script rc(8) during automatic reboot.
...
HOSTNAME.IF(5) - File Formats Manual # HOSTNAME.IF(5) - File Formats Manual
NAME # hostname.if - interface-specific configuration files
DESCRIPTION # The hostname.*‌ files contain information regarding the configuration of each network interface. Interfaces are referenced by name and unit, such as “hostname.fxp0”. For some machines, autoconfiguration makes this system inconsistent, so interfaces can alternatively be referenced by their link layer address (lladdr), such as “hostname.00:00:5e:00:53:af”. Priority is given to configuration by interface lladdr over name/unit.
...
Intro,
Rtable,
Tcpdump,
Ifmedia,
Netintro,
Rc,
Netstat,
Slaacd,
Inet,
Hosts,
Hostname.if,
Route,
Ifconfig IFCONFIG(8) - System Manager’s Manual # IFCONFIG(8) - System Manager’s Manual
NAME # ifconfig - configure network interface parameters
SYNOPSIS # ifconfig [-AaC] [-M lladdr] [interface] [address_family] [address [dest_address]] [parameters]
DESCRIPTION # The ifconfig utility is used to assign an address to a network interface and/or configure network interface parameters. Generally speaking, hostname.if(5) files are used at boot-time to define the network address of each interface present on a machine; ifconfig is used at a later time to redefine an interface’s address or other operating parameters.
...
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.
...
INSTALL.SITE(5) - File Formats Manual # INSTALL.SITE(5) - File Formats Manual
NAME # install.site, upgrade.site - OpenBSD installation and upgrade customization
DESCRIPTION # The OpenBSD installer allows user-created sets and scripts to complement and modify the files from a default install prior to rebooting.
Like the official file sets, generic site${‌VERSION}.tgz and hostname-specific site${‌VERSION}-$(hostname -s).tgz sets are gzip(1) compressed tar(1) archives rooted in / and untarred with the -xzphf options.
...