Ubuntu su: Authentication failure

ubuntu@10-8-10-214:~$ su - root
Password:
su: Authentication failure

  

修改密码:

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

  

重新su - root 就OK了。

你可能感兴趣的:(Authentication)