How do I disable password ageing in linux?



  • To disable password ageing (you must be logged on as root):

    # chage -M 99999 <user_name>
    

    99999 is the maximum number of days that the password is valid.


Log in to reply
 

© Lightnetics 2024