Ubuntu下su:authentication failure的解决办法

来源:互联网 发布:网络共享会议通知软件 编辑:程序博客网 时间:2024/06/06 02:38

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

这时候输入

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

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

0 0