https://www.cyberciti.biz/faq/understanding-etcpasswd-file-format/
http://www.yourownlinux.com/2015/07/etc-passwd-file-format-in-linux-explained.html
man passwd (HPUX)
On a non-shadowed standard system, all password fields contain the actual encrypted password.
On a shadowed standard system, all password fields contain an `x', while the actual encrypted passwords reside in /etc/shadow.
On a trusted system, all password fields contain a `*' and the actual encrypted passwords reside in the Protected Password Database.
'UNIX' 카테고리의 다른 글
HPUX Security Guide (0) | 2018.01.25 |
---|---|
HPUX - file permissions - swverify (0) | 2017.12.18 |
Bash Arithmetic Expression (0) | 2017.12.07 |
lsof 리눅스 (0) | 2017.12.01 |
su 제한 (0) | 2017.11.05 |