红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

求助:(急!!!)

发布时间:2008-11-01 21:04:44来源:红联作者:yuxiang8200
我装的ubuntu在终端中不知道为什么进不了root用户,我用的是
su
password:
然后我输入密码,却显示Authentication failure!
不知哪位大侠指导一下!!!
文章评论

共有 3 条评论

  1. yuxiang8200 于 2008-11-01 22:18:10发表:

    Thanks!!!

  2. sirniu 于 2008-11-01 21:58:05发表:

    没有启用root用户,两种选择:
    1.用sudo
    2.用命令sudo passwd root 启用

  3. Junyi 于 2008-11-01 21:22:37发表:

    ubuntu su -s root Authentication failureIf you got the message like this:

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

    Then you can input the command:
    sudo passwd root
    open the root user and input the passwd:

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

    so that you can su -root

    Want to close the root user in the ubuntu, run the command:
    sudo passwd root -l