TCP/IP Remote Utilities |
This connectivity tool runs commands on remote hosts using the Rsh service. For information about the Rhosts file used to enable this tool, see the Rcp tool.
rsh host [–l username] [–n] command
–l [username]
Specifies the user name to be used on the remote host. If this parameter is omitted, the logged-on user's name is used.
–n
Redirects the input of Rsh to NUL.
host
Specifies the remote host.
command
Specifies the command to run.