passwd.5: Correct note on passwd field value when shadowing is enabled

When password shadowing is enabled, the password field
contains an 'x' (not a "8').

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-02-08 07:01:11 +13:00
parent 78fc91ec1b
commit c1b273fce8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ hardware was too slow to crack a well-chosen password, and moreover the
basic assumption used to be that of a friendly user-community.
These days many people run some version of the shadow password suite, where
.I /etc/passwd
has asterisks (*) instead of encrypted passwords,
has an \(aqx\(aq character in the password field,
and the encrypted passwords are in
.IR /etc/shadow ,
which is readable by the superuser only.