Report issue Add example

rsh

Connect to a remote host and execute commands.

Description

The rsh command is used to connect to a specified remote host and execute specified commands.

Syntax

rsh(options)(parameters)

Options

-d: Use socket-level debugging.
-l<username>: Specifies the username for logging into the remote host.
-n: Redirects input from the special device /dev/null.

Parameters