[Others] 系统更新20.7,root用户密码失效,且无法更改 V20.6
Tofloor
poster avatar
xiuning
deepin
2022-09-02 05:30
Author

问题/建议描述

 系统更新20.7,root用户密码失效,且无法更改

回滚猴的状态

截图_deepin-terminal_20220901213504.png

问题如何重现

 系统设置root用户密码并更新系统

问题重现频率

 100%

Reply Favorite View the author
All Replies
一醉陶然
deepin
2022-09-02 05:46
#1

试一试 sudo su

Reply View the author
Ziggy
deepin
2022-09-02 06:11
#2

sudo passwd root

Reply View the author
Ziggy
deepin
2022-09-02 06:11
#3
It has been deleted!
babyfengfjx
Super Moderator
CQA
2022-09-02 18:33
#4
  • 先通过楼上的方式给root用户设置密码:sudo passwd root
  • 然后再切入root用户,用刚设置的密码登录即可。
Reply View the author
LiuYongzhang
deepin
2023-01-14 20:09
#5

切换到root

sudo -i

设置root密码

sudo passwd root

输入新密码

再次输入新密码

Reply View the author