博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu 开启root用户登录
阅读量:4041 次
发布时间:2019-05-24

本文共 202 字,大约阅读时间需要 1 分钟。

1.设置root用户密码

    $ sudo passwd root

2.修改配置文件

    $sudo vim /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

    在文件最后添加:

    greeter-show-manual-login=true

    如果想钱guest登录选项,继续添加下面内容:

    allow-guest=false

3.保存退出,重启后可使用root登录。

转载地址:http://pzadi.baihongyu.com/

你可能感兴趣的文章
捕鱼忍者(ninja fishing)之游戏指南+游戏攻略+游戏体验
查看>>
iphone开发基础之objective-c学习
查看>>
iphone开发之SDK研究(待续)
查看>>
计算机网络复习要点
查看>>
Variable property attributes or Modifiers in iOS
查看>>
NSNotificationCenter 用法总结
查看>>
C primer plus 基础总结(一)
查看>>
剑指offer算法题分析与整理(一)
查看>>
剑指offer算法题分析与整理(三)
查看>>
Ubuntu 13.10使用fcitx输入法
查看>>
pidgin-lwqq 安装
查看>>
mint/ubuntu安装搜狗输入法
查看>>
C++动态申请数组和参数传递问题
查看>>
opencv学习——在MFC中读取和显示图像
查看>>
retext出现Could not parse file contents, check if you have the necessary module installed解决方案
查看>>
Matlab与CUDA C的混合编程配置出现的问题及解决方案
查看>>
python一句话之利用文件对话框获取文件路径
查看>>
PaperDownloader——文献命名6起来
查看>>
如何将PaperDownloader下载的文献存放到任意位置
查看>>
C/C++中关于动态生成一维数组和二维数组的学习
查看>>