|
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... |
revnetgroup(8) -- generate reverse netgroup data
|
revnetgroup processes the contents of a file in netgroup(5) format into what is called reverse netgroup form. That is, where the original file shows netgroup memberships in terms of which members resi... |
rip6query(8) -- RIPng debugging tool
|
rip6query requests remote RIPng daemon on destination to dump RIPng routing information. -I lets you specify outgoing interface for the query packet, and is useful when link-local address is specified... |
rmail(8) -- handle remote mail received via uucp
|
The rmail utility interprets incoming mail received via uucp, collapsing ``From'' lines in the form generated by mail.local(8) into a single line of the form ``return-path!sender'', and passing th... |
rmgroup(8) -- delete a Unix group
|
rmgroup deletes the specified Unix group from group database. rmgroup will not delete the system groups wheel, daemon, kmem, sys, tty, operator, bin, nogroup, nobody, or groups with gid 0. Do not dele... |