NAME
password - change one's login password

SYNOPSIS
password old-password new-password

DESCRIPTION
If the old password specified matches the current password,
the user's password will be changed to the new one specified.
If no password is desired, specify a null argument for the new
password like this: password old-password ""
If you do not currently have a password, the old-password is
irrelevant and may be null, ie: password "" new-password

FILES
/etc/passwd
/etc/6passwd

SEE ALSO
login (I), crypt (III), passwd(I)

BUGS
