|
rlogin(1) -- remote login
|
The rlogin utility starts a terminal session on a remote host host. The rlogin utility first attempts to use the Kerberos authorization mechanism, described below. If the remote host does not support ... |
rm(1) -- remove directory entries
|
The rm utility attempts to remove the non-directory type files specified on the command line. If the permissions of the file do not permit writing, and the standard input device is a terminal, the use... |
|
rmdir(1) -- remove directories
|
The rmdir utility removes the directory entry specified by each directory argument, provided it is empty. Arguments are processed in the order given. In order to remove both a parent directory and a s... |
rpcgen(1) -- an RPC protocol compiler
|
The rpcgen utility is a tool that generates C code to implement an RPC protocol. The input to rpcgen is a language similar to C known as RPC Language (Remote Procedure Call Language). The rpcgen utili... |
rs(1) -- reshape a data array
|
The rs utility reads the standard input, interpreting each line as a row of blank-separated entries in an array, transforms the array according to the options, and writes it on the standard output. Wi... |
rsh(1) -- remote shell
|
The rsh utility executes command on host. The rsh utility copies its standard input to the remote command, the standard output of the remote command to its standard output, and the standard error of t... |
rtld(1) -- run-time link-editor
|
The ld-elf.so.1 utility is a self-contained shared object providing runtime support for loading and link-editing shared objects into a process' address space. It is also commonly known as the dynamic... |
rtprio(1) -- execute, examine or modify a utility's or process's realtime or idletime scheduling priority
|
The rtprio utility is used for controlling realtime process scheduling. The idprio utility is used for controlling idletime process scheduling, and can be called with the same options as rtprio. A pro... |
rup(1) -- remote status display
|
The rup utility displays a summary of the current system status of a particular host or all hosts on the local network. The output shows the current time of day, how long the system has been up, and t... |
ruptime(1) -- show host status of local machines
|
The ruptime utility gives a status line like uptime(1) for each machine on the local network; these are formed from packets broadcast by each host on the network once every three minutes. If no operan... |
rusers(1) -- who is logged in to machines on local network
|
The rusers command produces output similar to who(1), but for the list of hosts or all machines on the local network. For each host responding to the rusers query, the hostname with the names of the u... |
rwall(1) -- send a message to users logged on a host
|
The rwall command sends a message to the users logged into the specified host. The message to be sent can be typed in and terminated with EOF or it can be in a file. |
rwho(1) -- who is logged in on local machines
|
The rwho command produces output similar to who(1), but for all machines on the local network. If no report has been received from a machine for 5 minutes then rwho assumes the machine is down, and do... |
sasc(1) -- set the options of the asc scanner device
|
The sasc utility provides shell level access to the ioctl requests served by the handy scanner device driver asc. Please see asc(4) for the exact meaning of the requests. Generally they modify the out... |
sched(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |