******* UNIX TUTORIAL - by Peter Conrad Cumminsky *******

****** Lesson 1: Accessing the UNIX System ******

----------------------------------------------------------------------

To gain access to a UNIX system you must first logon.

***** How Do I Logon to Unix? *****

   Login: your_login_name [Enter]
   Password: your_password [Enter]

   %(C-Shell Prompt)

***** How Do I Logout? *****

   To log out (and get a new login: prompt) type
       %exit [Enter]
   as often as necessary. Yes, press enter after commands, and remember that
   Unix is case-sensitive--exit, not EXIT.

***** How Do I Change My Password? *****

   %passwd [Enter]
   Password: your_old_password [Enter]
   New Password: your_new_password [Enter]
   Retype Password: your_new_password [Enter]

----------------------------------------------------------------------