When you have established contact with the Unix system, the login prompt will be displayed. You must give your username followed by your password:
login: lnp3jb
Password: secret1 -the password is not in fact displayed when you type it
The username can be up to 8 characters in length. Unix usernames contain only lowercase characters, and it is important that you type your username in lower case (if you don't you will be permitted to log in, and then the shell will not recognise case differences.) The password must normally contain between 6 and 8 characters. On some unix systems the password must contain at least 1 non-alphabetic character.
The message:
You have new mailindicates that electronic mail has been sent to your mailbox.
% passwd -where '%' is the prompt Changing password for lnp5mw Old password: -type in your old password New password: -type in your new password Retype new password: -and again, to make sure %
Notice that your passwords are not displayed.
When you have finished your unix session you must log out from the system. To do this give the command:
% logout
You should always wait for the message confirming that you have logged out.
On some unix systems you may receive the message:
logout: command not known
If this happens you should type:
exit
You may occasionally get the message:
There are stopped jobs
If this happens simply give the logout command again.
Log in to the unix system using your username and password.Change your password using the passwd command. You may find that the system will not change your password immediately. In this case you may have to use your old password next time that you log on.