PASSWD(1) | General Commands Manual | PASSWD(1) |
passwd
— modify a
user's password
passwd |
[-i infosystem
[-l location]]
[-u authname]
[user] |
The passwd
utility changes the user's
password. If the user is not the super-user, passwd
first prompts for the current password and will not continue unless the
correct password is entered.
When entering the new password, the characters entered do not
echo, in order to avoid the password being seen by a passer-by. The
passwd
utility prompts for the new password twice in
order to detect typing errors.
The new password should be at least six characters long and not
purely alphabetic. Its total length should be less than
_PASSWORD_LEN
(currently 128 characters), although
some directory systems allow longer passwords. Numbers, upper case letters,
and meta characters are encouraged.
Once the password has been verified,
passwd
communicates the new password to the
directory system.
-i
infosystem-l
location-u
authnamechpass(1), dscl(1), login(1), passwd(5), pwd_mkdb(8), vipw(8)
Robert Morris and Ken Thompson, UNIX password security.
A passwd
command appeared in
Version 6 AT&T UNIX.
August 18, 2008 | macOS |