Connect to a remote host and execute commands.
The rsh command is used to connect to a specified remote host and execute specified commands.
rsh(options)(parameters)
-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.