Ubuntu 之 初始化密码(Authentication failure)

197 阅读1分钟

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

这时候输入

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

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