Change user password
I want to force all users (about 200 users) to change password , could suggest what is the best way to do that?
I tried the comand "chage " on my RH8 ,
# chage -d 2003/08/19 -W5 user
The system can send the warning messages to the user , but the message disappear very fast ( less than 1 second) , how to hold the message until the user press 'enter' or wait 5 second ? thx.
|