Report issue Add example

rlogin

Log in to a remote Linux host from the current terminal.

Description

The rlogin command is used to log in to a remote Linux host from the current terminal.

Syntax

rlogin(options)(parameters)

Options

-8: Allows the input of 8-bit character data.
-e<escape_char>: Sets the escape character.
-E: Filters out the escape character.
-l<username>: Specifies the username to log in to the remote host.
-L: Uses litout mode for the remote login session.

Parameters

Remote host: Specifies the remote host to log in to (IP address or domain name).