Ubuntu15.10系统不能su root,认证失败

he@1510:~$ su root
密码: 
su:认证失败

解决方法:

he@1510:~$ sudo passwd
[sudo] he 的密码: 
输入新的 UNIX 密码: 
重新输入新的 UNIX 密码: 
passwd:已成功更新密码
he@1510:~$ su root
密码: 
root@1510:/home/he#


你可能感兴趣的:(认证,密码)