su: Authentication failure 错误
刚装完linux要用到超级用户模式的时候出现这个错误。
su: Authentication failure
$ su - root
Password:
su: Authentication failure
Sorry.
这时候输入
$ sudo passwd rootEnter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
本文解决了在Linux系统中使用超级用户模式时遇到的su: Authentication failure错误。通过使用sudo命令更新root用户的密码来修复这一问题。
3388

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



