passwd: Have exhausted maximum number of retries for service【轉】


使用命令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

 

 

轉自

passwd: Have exhausted maximum number of retries for service - CSDN博客

https://blog.csdn.net/Aquester/article/details/51075736


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM