Log in to the remote Linux host from the current terminal
rlogin command is used to log in to the remote Linux host from the current terminal.
rlogin(options)(parameters)
-8: Allows input of 8-bit character data;
-e escape character>: set the escape character;
-E: Filter out escape characters;
-lUser name>: Specify the user name to log in to the remote host;
-L: Use litout mode for remote login phase operations.
Remote host: Specify the remote host (ip address or domain name) to log in to.