Your system associates a password with each account. A unique password provides some system security for your files. System use and data are valuable resources that require protection. Security is an important part of computer systems because it keeps unauthorized people from gaining access to the system and from tampering with other users' files. Security can also allow some users exclusive privileges to which commands they can use and which files they can access. For protection, some system administrators only permit the users access to certain commands or files.
This section describes the following procedures:
You should have a unique password. Passwords should not be shared. Protect passwords as any other company asset. When creating passwords, make sure they are difficult to guess, but not so difficult that you have to write them down to remember them.
Using obscure passwords keeps your user ID secure. Passwords based on personal information, such as your name or birthday, are poor passwords. Even common words can be easily guessed.
Good passwords have at least six characters and include nonalphabetic characters. Strange word combinations and words purposely misspelled are also good.
Note: If your password is so hard to remember that you have to write it down, it is not a good password.
Use the following guidelines when selecting a password:
Use the passwd command to change your password.
passwdIf you do not have a password, skip step 2.
Changing password for UserID UserID's Old password:This request keeps an unauthorized user from changing your password while you are away from your system. Enter your current password.
UserID's New password:Enter the new password you want.
Enter the new password again:This request protects you from setting your password to a mistyped string that you can not recreate.
passwdThe system displays information similar to the following:
Changing password for "denise" denise's Old password: denise's New password: Enter the new password again: $
$ passwd Changing password for "denise" denise's Old password: Your entry does not match the old password. You are not authorized to change "denise's" password. $
$ passwd Changing password for "denise" denise's Old password: denise's New password: Enter the new password again: The password entry does not match, please try again. denise's New password: Enter the new password again: $
See the passwd command in the AIX Version 4.3 Commands Reference for the exact syntax.
If you do not want to enter a password each time you login, set your password to null.
To set your password to NULL (blank), enter:
passwd
When prompted for the new password, press Enter or Ctrl-D.
The passwd command does not prompt again for a password entry. A message verifying the NULL password is displayed.
See the passwd command in theAIX Version 4.3 Commands Reference Book for more information and the exact syntax.
Commands and Processes Overview
User Environment and System Information
User Environment Customization