Linux Command
rlogin
Log in to the remote Linux host from the current terminal
Supplementary instructions
rlogin command is used to log in to the remote Linux host from the current terminal.
grammar
rlogin(options)(parameters)
Options
-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.
Parameters
Remote host: Specify the remote host (ip address or domain name) to log in to.


