RC(8) - System Manager’s Manual # RC(8) - System Manager’s Manual
NAME # rc, rc.firsttime, rc.local, rc.securelevel - command scripts for system startup
DESCRIPTION # rc is the command script that is invoked by init(8) when the system starts up. It performs system housekeeping chores and starts up system daemons. Additionally, rc is intricately tied to the netstart(8) script, which runs commands and daemons pertaining to the network. rc is also used to execute any rc.
...
RIPD(8) - System Manager’s Manual # RIPD(8) - System Manager’s Manual
NAME # ripd - Routing Information Protocol (RIP) daemon
SYNOPSIS # ripd [-dnv] [-D macro=value] [-f file] [-s socket]
DESCRIPTION # ripd is the Routing Information Protocol (RIP) daemon which manages routers’ routing tables.
A running ripd can be controlled with the ripctl(8) utility.
The options are as follows:
-D macro=value
Define macro to be set to value on the command line.
...
RPC.STATD(8) - System Manager’s Manual # RPC.STATD(8) - System Manager’s Manual
NAME # rpc.statd - host status monitoring daemon
SYNOPSIS # rpc.statd [-d]
DESCRIPTION # rpc.statd is a daemon which co-operates with rpc.statd daemons on other hosts to provide a status monitoring service. The daemon accepts requests from programs running on the local host (typically, rpc.lockd(8), the NFS file locking daemon) to monitor the status of specified hosts. If a monitored host crashes and restarts, the remote daemon will notify the local daemon, which in turn will notify the local program(s) which requested the monitoring service.
...
VMCTL(8) - System Manager’s Manual # VMCTL(8) - System Manager’s Manual
NAME # vmctl - control the virtual machine daemon
SYNOPSIS # vmctl [-v] command [arg …]
DESCRIPTION # The vmctl utility is used to control the virtual machine monitor (VMM) subsystem. A VMM manages virtual machines (VMs) on a host. The VMM subsystem is responsible for creating, destroying, and executing VMs.
The -v option enables verbose mode. Within the commands, the size argument can be specified with a human-readable scale, using the format described in scan_scaled(3).
...
VMD(8) - System Manager’s Manual # VMD(8) - System Manager’s Manual
NAME # vmd - virtual machine daemon
SYNOPSIS # vmd [-dnv] [-D macro=value] [-f file]
DESCRIPTION # vmd is a daemon responsible for the execution of virtual machines (VMs) on a host. vmd is typically started at boot time and is controlled via vmctl(8).
To have vmd enabled at boot time, use “rcctl enable vmd”, which sets
vmd_flags="" in rc.
...