SHADOW

Section: Devices and Network Interfaces (4)
Index Return to Main Contents
 

NAME

shadow - encrypted password file  

DESCRIPTION

shadow contains the encrypted password information for user's accounts and optional the password aging information. Included is
Login name
Encrypted password
Date password last changed
Days before password may be changed
Days after which password must be changed

The password field must be filled. The encryped password consists of 13 characters from the 64 character alphabet a thru z, A thru Z, 0 thru 9, . and /. Refer to crypt(3) for details on how this string is interpreted.

The date of the last password change is given as the number of days since Jan 1, 1970. The password may not be changed again until the proper number of days have passed, and must be changed after the maximum number of days. If the minimum number of days required is greater than the maximum number of day allowed, this password may not be changed by the user.

This information supercedes any password or password age information present in /etc/passwd.

This file must not be readable by regular users if password security is to be maintained.  

Files

/etc/passwd - user account information
/etc/shadow - encrypted user passwords  

See Also

login(1), passwd(1), su(1), sulogin(1M), passwd(4), pwconv(8), pwunconv(8)


 

Index

NAME
DESCRIPTION
Files
See Also

This document was created by man2html, using the manual pages.
Time: 21:54:34 GMT, February 02, 2023