Basic Telnet
By
Barron
By now I am assuming that you've already selected a paid host. You have been told to make sure your web host set your account up on a Unix box (server). If you didn't do that, you going to wish you did. Your new web host asked if a Linux box is ok, yes it is. Most use the Apache web server, and that is what you are after. If not now, later you will be working with .htaccess, CGI, SSI, FTP and Telnet. The most often heard term from more experienced users is "Telnet in and do such and such". All good web hosts provide Telnet access. If not, consider changing your web hosts.
To understand how Telnet is going to help you and save you a great deal of time, you need to know some basics. Windows is a one user at a time operating system. That means when you start windows only one person at a time can be logged into that machine. That is not the same as being logged into the network, that is two different things. Linux and Unix are different in that many users can be logged it at once from the same computer.
That is possible because each user has its own shell. To understand the shell, right now, click start | programs | msdos prompt. A window will popup with a black screen, you are now in the DOS shell. It uses the command line only, there is no GUI (Graphical User Interface). Type exit at the prompt, the window will close.
Windows 95,98 and ME all have a Telnet program that loads as a default on install. To open the Telnet program click start | run | and type in telnet | click ok. A popup window will open.
On the server side, your web host, has a Telnet server running. BTW, for the very beginner, servers are software packages, not machines. Even though some machines a built specifically for running server software, you can turn your PC into a server by just loading the software. Telnet in it's basic form is a shell program that allows you to emulate (pretend) that you are actually sitting in front of the server, using its monitor, just as if you were physically at your web host place of business. The telnet server acts a translator for the linux operating system itself, handing off commands to the server. Telnet works and acts just like the MSDOS prompt. That is, there is no GUI (Graphic User Interface). It only uses the command line.
Open your Telnet program and lets get used to what you see. At the top of the window is the normal tool bar, and you have a cursor in the white area below that. Click file | remote system. There is a smaller popup that appears with three fields.
The first field asks you for the "Host Name" you want to connect to. Telnet will except either the IP address or a URL, 111.222.333.444 or telnet.foo.com. If you don't know this information, contact your web host, they will give it to you.



