UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: rkshChapter 2
UNIX Commands
Next: Reference: rm
 

rlogin

rlogin [options] host

Connect terminal on current local host system (i.e., login) to a remote host system. The .rhosts file in your home directory (on the remote host) lists the hostnames that you're allowed to connect to without giving a password.

Options

-8

Allow 8-bit data to pass, instead of 7-bit data.

-e c

Use escape character c (default is ~). You can type ~. to disconnect from remote host, though you'll exit more "cleanly" by logging out.

-l user

Log in to remote host as user, instead of using the name on the local host.

-L

Allow rlogin to run in litout mode.


Previous: Reference: rkshUNIX in a Nutshell: System V EditionNext: Reference: rm
Reference: rkshBook IndexReference: rm

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System