美文网首页
2019-09-20

2019-09-20

作者: 9923b3cd6001 | 来源:发表于2019-10-11 00:05 被阅读0次

    windows ubuntu18.04 忘记密码

    首先在Windows下打开命令行(Super+X, A),将Ubuntu的默认用户设置为root.
    In Windows admin command prompt (Super+X, A) change the default user to root:
    对于ubuntu 18.04版本,使用以下命令

    ubuntu1804 config --default-user root
    

    然后,启动ubuntu,从终端terminal更改相应用户的密码。

    passwd your_username#将your_username替换为自己的用户名
    

    最后返回,Windows终端,将默认用户改回为自己。

    ubuntu1804 config --default-user your_username
    

    相关文章

      网友评论

          本文标题:2019-09-20

          本文链接:https://www.haomeiwen.com/subject/jjpjuctx.html