当前位置: 技术问答>linux和unix
为什么我的密码没有修改过来哦?
来源: 互联网 发布时间:2017-01-29
本文导语: 按照鸟哥私房菜中的说法 [root@www ~]# useradd test12 [root@www ~]# echo "test12" | passwd --stdin test12 [root@www ~]# chage -d 0 agetest # 此时此账号癿密码建立时间会被改为 1970/1/1 ,所以会有问题! 尝试以 test12 登入癿情况 Y...
按照鸟哥私房菜中的说法
[root@www ~]# useradd test12
[root@www ~]# echo "test12" | passwd --stdin test12
[root@www ~]# chage -d 0 agetest
# 此时此账号癿密码建立时间会被改为 1970/1/1 ,所以会有问题!
尝试以 test12 登入癿情况
You are required to change your password immediately (root enforced)
WARNING: Your password has expired.
You must change your password now and login again!
Changing password for user agetest.
Changing password for agetest
(current) UNIX password: