Linux切换到su超级用户

刚装完linux要用到超级用户模式的时候出现这个错误。
su: Authentication failure

$ su - root
Password:
su: Authentication failure
Sorry.

这时候输入

$ sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
posted on 2012-09-02 11:36  oceanking  阅读(3090)  评论(0编辑  收藏  举报