红联Linux门户
Linux帮助

passwd:Have exhausted maximum number of retries for service

发布时间:2016-07-08 11:29:32来源:linux网站作者:一见
使用命令passwd修改密码时,遇到如下问题:
# echo 'utf8'|passwd zhangsan --stdin
Changing password for user zhangsan.
passwd: Have exhausted maximum number of retries for service
​​
​解决办法:
可以尝试改用密码chpasswd修改zhangsan的密码:
echo 'zhangsan:utf8' |chpasswd
有可能就可以了。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22182.html