Remote Login using telnet:

Unix Commands illustrated in screen captures on this page:  ls (list),  ls -a  (list all),  ls -l (list long), passwd (change password), pwd (print working directory), cd (change directory) and  mkdir (make a new directory).

Changing your password: 

1.  In your browsers location or address bar enter:  telnet://chevy.csesp.umflint.edu/ as illustrated in the screen capture below.  (Or you can just follow the telnet hyperlink above.)

   telnetsc11.png (24167 bytes)

2.  This should cause a telnet window to open where you will be prompted to login.   Here you should type your unique name, for your login and your password.  Note, input by me is highlighted in yellow.  

telentSc12.png (24408 bytes)

3.  After entering your  Unique Name and  Unique name again as password, just press the return key, and you will be presented with a welcome screen as illustrated below.   Note, the password you enter does not display

telnetsc1.png (12049 bytes)

4. The screen capture  below illustrates execution of a couple variations of the  unix list  commands before changing my password.   The magenta highlighted text illustrates commands I entered during this telnet session.   You will not see magenta on your screen.    Note directories are displayed in blue in this listing.

telnetsc2.png (19675 bytes)

5. The command to change your password is:  passwd  Note, as is always,  in Unix the command is case sensitive, so it must be entered in all lower case letters.  You will be prompted to enter your old password, then what you would like as your new password.  (Your password must be longer than 6 characters.)

telnetSc3.png (15123 bytes)

Creating an images subdirectory under your directory  public_html:

In the screen capture below I changed to my subdirectory public_html (cd public_html) and  I executed the command to make a new directory named  images ( mkdir images), then  executed a long listing of files and directories under my public_html subdirectory.  

Again, note the   highlighted text were commands entered by me from the command line, and are highlighted magenta for emphasis here, your telnet screen will be all black and white.   In this listing again we see, directories listed in blue, html files in gray, and executable programs Perl & PHP in green.

telnetsc7.png (23359 bytes)

Here are a few more references on Unix commands:.

[top]

Last updated on 05/10/2004  by L.M. Hicks