December 2001
Intermediate to advanced
608 pages
25h 14m
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
Read now
Unlock full access