Команда rlogin

Short for remote login, rlogin establishes a remote connection from your terminal to a remote machine.

Синтаксис

rlogin [-8] [-E] [-L] [-ec] [ -l username ] hostname

-8Pass eight-bit data across the net instead of seven-bit data.
-EStop any character from being recognized as an escape character.
-LAllow the rlogin session to be run in "litout" mode.
-ecSpecify a different escape character, c, for the line used to disconnect from the remote host.
-l usernameSpecify a different username for the remote login. If you do not use this option, the remote username used is the same as your local username.
hostnameThe remote machine on which rlogin establishes the remote login session.

Примеры

rlogin -l hope domain.com - would login as user hope to the domain domain.com.

Обратно к списку команд