使用命令passwd修改密码时,遇到如下问题:# echo 'utf8'|passwd zhangsan --stdinChanging password for user zhangsan.passwd: Have exhausted maximum number of retries for service可以尝试改用密码chpasswd修改zhangsan的密码:echo 'zhangsan:utf8' |chpasswd有可能就可以了 相关文章: 2022-12-23 2021-06-22 2022-12-23 2022-12-23 2021-08-08 2022-12-23 2022-02-04