|
| Total Answers and Comments: 3 |
Last Update: January 30, 2010 |
|
| | |
|
Submitted by: ehp_praveen Hi,The /etc/shadow file contains following fields.Login-id : Which indicates the username of that perticular user.Passwd : It Contains encrypted password.Lastchg : Indicates the number of days between 1-JAN-1970 and last passwd modification date.Min : Contains minimum no of days required between password changes.Max : Contains the maximum no of days the password is valid before the user's propted to enter a passwd at login.Warn : Contains the number of days the user is warn before the password expires.Inactive : Contains the number of inactive days allowed for that user before the user's account is locked.Expire : contains the date when the user account expires once exceeded. The user can no longer log in also it will display the message "Your password has been expired".
Above answer was rated as good by the following members: pradip_gudle, kavikish, raj_15474 | Go To Top
|