su命令,出现authentication failure的解决办法
(2010-06-03 14:58:00)
标签:
su解决办法unixtest帐户it |
分类: Linux |
Linux:Ubuntu下使用su命令,出现authentication failure的解决办法
情景说明:
1.当使用Ubuntu操作系统时,并且在系统中建立了一个名称为test的管理员帐户。
2.已经使用su test切换到了test用户。
问题出现位置:
当向使用su root切换回root超级管理员帐户时:
提示如下信息:
$ su - root
Password:
su: Authentication failure
Sorry.
===========================================
解决方法:
当出现如上信息的时候,使用sudo命令更新一下root密码,即可解决:
$ sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
这样操作后就解决这个问题了。
后一篇:网络:IP的划分