rsh, remsh, remote_shell — Remote Shell

Synopsis

/usr/bin/rsh [-n][-l username] hostname command 
/usr/bin/rsh hostname [-n][-l username] command 
/usr/bin/remsh [-n][-l username] hostname command 
/usr/bin/remsh hostname [-n][-l username] command 
/usr/bin/hostname [-n][-l username] command
					

Description

Use the rsh (remote shell) command to connect to the specified hostname and execute the specified command . rsh copies its standard input to the remote command, the standard output of the remote command to its standard output, and the standard error of the remote command to its standard error. Interrupt, quit, and terminate signals are propagated to the remote command ; rsh normally terminates when the remote command does.

If you omit command ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.