Quincy Center for Technical Education
Computer Technology Department

Rsh

Runs commands on remote computers running the RSH service. This command is available only if the TCP/IP protocol has been installed.

rsh computer [-l username] [-n] command

Parameters

computer

Specifies the remote computer on which to run command.

-l username

Specifies the user name to use on the remote computer. If omitted, the logged on user name is used.

-n

Redirects the input of rsh to NULL.

command

Specifies the command to run.