/ 中存储网

Ubuntu环境下su:authentication failure的解决办法的方法

2015-10-10 10:39:36 来源:中存储网

先说几个Ubuntu基础命令:

su                  //切换到超级用户 
exit               //从超级用户退出到原用户 
su  username         //切换到 username用户 

sudo adduser username //增加用户username

Ubuntu下使用 su 切换到超级用户时候遇到接下来的问题

su: Authentication failure 

解决办法:

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