Connect to the remote host and execute commands
rsh command is used to connect to the specified remote host and execute the specified command.
rsh(options)(parameters)
-d: Use the Socket-level debugging function;
-l<user name>: Specify the user name to log in to the remote host;
-n: Direct the entered command number to the special peripheral device codenamed /dev/null.