Ubuntu 下 su:authentication failure的解决办法

    xiaoxiao2021-03-25  128

    先说几个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  
    转载请注明原文地址: https://ju.6miu.com/read-7101.html

    最新回复(0)