|
rbootd(8) -- HP remote boot server
|
The rbootd utility services boot requests from HewlettPackard workstations over a local area network. All boot files must reside in the boot file directory; further, if a client supplies path informat... |
rc(8) -- command scripts for system startup
|
rc is the command script that is invoked by init(8) during an automatic reboot and after single user mode is exited; it performs system housekeeping chores and starts up system daemons. Additionally, ... |
|
rc.conf(8) -- system daemon configuration database
|
This file contains a series of Bourne-shell syntax assignments that are used to configure the system daemons. It is not read by the kernel, but is sourced by various other files in the /etc/rc.* serie... |
rc.conf.local(8) -- system daemon configuration database
|
This file contains a series of Bourne-shell syntax assignments that are used to configure the system daemons. It is not read by the kernel, but is sourced by various other files in the /etc/rc.* serie... |
rc.local(8) -- command scripts for system startup
|
rc is the command script that is invoked by init(8) during an automatic reboot and after single user mode is exited; it performs system housekeeping chores and starts up system daemons. Additionally, ... |
rc.securelevel(8) -- command scripts for system startup
|
rc is the command script that is invoked by init(8) during an automatic reboot and after single user mode is exited; it performs system housekeeping chores and starts up system daemons. Additionally, ... |
rc.shutdown(8) -- command script run at system shutdown
|
When the system is administratively shut down using either the reboot(8) or halt(8) command, either of these programs checks for the existence of a /etc/rc.shutdown script to run before halting the sy... |
rdate(8) -- set the system's date from a remote host
|
rdate displays and sets the local date and time from the host name or address given as the argument. The time source may be an RFC 868 TCP protocol server, which is usually implemented as a built-in s... |
rdconfig(8) -- configure RAM disks
|
The rdconfig command configures RAM disk devices. It will associate the special file special_file with a range of user-virtual memory allocated by the rdconfig process itself. The rdconfig command sho... |
rdump(8) -- filesystem backup
|
dump examines files on a filesystem and determines which files need to be backed up. These files are copied to the given disk, tape or other storage medium for safe keeping (see the -f option below fo... |
reboot(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... |
release(8) -- building an OpenBSD release
|
There are several steps necessary to build a system release. They are: 1. Update sources. 2. Build and install a new kernel. 3. Build a new system. 4. Make and validate the system release. 5. Build an... |
renice(8) -- alter priority of running processes
|
renice alters the scheduling priority (an integer) of one or more running processes. The following who parameters (pid, pgrp and user) are interpreted as process IDs, process group IDs, or user names.... |
repquota(8) -- summarize quotas for a file system
|
repquota prints a summary of the disk usage and quotas for the specified filesystem(s). The options are as follows: -a Print the quotas of all filesystems listed in /etc/fstab. -g Print only group quo... |
restore(8) -- restore files or file systems from backups made with dump
|
The restore command performs the inverse function of dump(8). A full backup of a file system may be restored and subsequent incremental backups layered on top of it. Single files and directory subtree... |