最近进入su时候会提示su: Authentication failure
解决方式是:敲击下面的命令重置下密码就可以了
sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
本文介绍了一种常见的Linux系统中su命令使用问题——su:Authentication failure,并提供了简单有效的解决办法,只需通过sudopasswdroot命令重置root密码即可恢复正常。
最近进入su时候会提示su: Authentication failure
解决方式是:敲击下面的命令重置下密码就可以了
sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

被折叠的 条评论
为什么被折叠?