August 2005
Intermediate to advanced
798 pages
31h 12m
English
rsh — command
rshhost[/userusername]command-to-execute
This command executes a command on a remote host via a remote shell.
host
The hostname of the machine on which to execute the command.
/user
username
The username to use when executing the command.
command-to-execute
The command to be executed.
The following command executes the command ls on a machine named sun-machine as user bob.
rsh sun-machine /user bob ls