首页 > 其他 > 详细

使用su - root出现Authentication failure

时间:2016-12-16 23:20:38      阅读:293      评论:0      收藏:0      [点我收藏+]

使用su - root出现
Password:
su: Authentication failure

原因:ubtun系统默认是没有激活root用户的

解决方法:
输入命令:sudo passwd root
显示
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

注意:
(Enter new UNIX password: )不能和(Password: )输入的相同,如果相同则会出现
Sorry, passwords do not match
passwd: Authentication token manipulation error
passwd: password unchanged

使用su - root出现Authentication failure

原文:http://www.cnblogs.com/zhen1/p/6188440.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!