ubuntu下出现su: Authentication failture

来源:互联网 发布:microsoftoutlook mac 编辑:程序博客网 时间:2024/06/05 12:49

$ su - root
Password: 
su: Authentication failure

这时候输入

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

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

0 0
原创粉丝点击