The standard prompt message:
Login:
should appear on the terminal. (If it, or something like it, doesn't then type <return> a couple of times until it does.)
Note: Unix likes lower-case but can get by with upper-case
characters. Therefore don't have the "CAPS LOCK" key on when you
log in. If you login in upper case then type
% stty -lcase <return>
to reset your terminal correctly.
On many machines each user is identified by a unique number
- a project programmer number. Unix is a bit friendlier because
it identifies users by unique names. You must give it your user
name when it prompts you as above.
Login:
My user name is saila or raytrace. It is worthwhile
remembering your friends and my user name.
Therefore I login as:
Login: saila<return>
Password:
Once on the system you may logoff by using ^D (control D).
Do this, and then login again using your username and password.
%
Note that on some Unix systems, it may also print out some
of the statistics associated with your user name, like the number
of files allowed, number of pages allowed to be printed on line
printer,etc.