Easy Tutorial
❮ Linux Comm Mkfs Minix Linux Comm Write ❯

Linux rlogin Command

Linux Command Manual

The Linux rlogin command is used for remote login.

Executing the rlogin command initiates terminal session operations and logs into a remote host.

Syntax

rlogin [-8EL][-e &lt;escape character>][-l <username>][hostname or IP address]

Required Parameters:

Optional Parameters:

Examples

Check if the rlogin service is enabled

# chkconfig --list // Check if the rlogin service is enabled

Enable the rlogin service

# chkconfig rlogin on // Enable the rlogin service

Log in to a remote host

# rlogin 192.168.1.88
Password:
Password:
Login incorrect
Login: root
Passwd:
Login incorrect
Login: kk
Passwd:

Log in to a remote host with a specified username

# rlogin 192.168.1.88 -l hnlinux

Password:
Last login: Mon May 28 15:30:25 from 192.168.1.88

#

Linux Command Manual

❮ Linux Comm Mkfs Minix Linux Comm Write ❯