Passwords must be constructed to meet the following requirements:
- Each password must have atleast PASSLENGTH characters as set in /etc/default/passwd file.PASSLENGTH must contain a minimum of 6 characters, but only the first 8 characters are significant.
- Each password must contain at least 2 alphabetic characters and atleast 1 numeric or special character.
- Each password must differ from the user's login name and any reverse or circular shift of that login name. For comparison purposes, an upper case letter and its corresponding lower case letter are equivalent .
- New passwords must differ from the old by atleast 3 characters.
Password Files:
The passwd command uses the files /etc/shadow, /etc/passwd and /etc/oshadow.
The file /etc/passwd contains the following information for each user:
- login name
- dummy password
- numerical user ID
- numerical group ID
- comment
- initial working directory
- program to be used as the shell
This file has user login information and general read permission. It can therefore be used , to map numerical user ID's to names.
The password field consists of the character x.Password information is contained in the file /etc/shadow.
The next command will be the echo command.