Please tell me how to set a remainder to change the passwords for every 45 days on linux and unix machines.
Thanks,
Srihari
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Take a look at chage command in Linux. | |||||
feedback
|
|
Also look at the -w and -x of the passwd command - at least on linux, not sure about other platforms. | |||||
|
feedback
|