Ubuntu 下 su:authentication failure 的解决办法

前端之家收集整理的这篇文章主要介绍了Ubuntu 下 su:authentication failure 的解决办法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

$ su - root
Password:
su: Authentication failure
Sorry.

这时候输入

$ sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

这时候就可以进入根目录了。

原文链接:https://www.f2er.com/ubuntu/351711.html

猜你在找的Ubuntu相关文章