By default, most Linux distributions do not enable password aging. This means passwords do not expire and is it possible for a user to have the same password indefinitely. This situation is not secure. For security reasons, it is advisable to require users to change their passwords periodically.
Password aging is a mechanism that allows the system to enforce a certain lifetime for passwords. The chage command is used to modify password aging.
# chage [options] username (more...)