11.B: rlogin and rloginX | 11: Multiple Machines | 11: Multiple Machines | Contents |
One way to log into another machine is with the telecommunications network command telnet. Don't get confused, telnet is also the name of a terminal "emulator program", that is, a program which lets your PC act as a terminal to another computer.
The syntax for the telnet command is telnet followed by the machine you wish to log onto:
> telnet ucs.orst.edu
If your userid on the machine is different from that on the present machine, you may wish to include the login option -l followed by your userid:
> telnet ucs.orst.edu -l smithjo
If you are logging in from a Departmental cluster, you may be able to use the abbreviation:
> telnet ucs
Try "telnetting" to your ucs account now. You should get a response like:
Trying 128.193.4.5...
Connected to ucs.orst.edu.
Escape character is '^]'.
login:
Go ahead, log onto ucs the same way you did a login to the Departmental cluster. Change your password if requested. Feel free to look around your ucs account and check out some familiar commands in an alien environment. Enter the logout command to log out of ucs and automatically terminate your telnet session:
> logout
Soon we will discuss how to use your ucs account for mail. But first we'll discuss another way to remotely log in to a Unix machine and how to use the file transfer protocol command ftp to transfer files.
11.B: rlogin and rloginX | 11: Multiple Machines | 11: Multiple Machines | Contents |