默认,不允许以root身份登入,我们可以通过修改配置文件方式实现:
1,打开配置文件:在shell里面输入:"sudo gedit /etc/lightdm/lightdm.conf",输入root帐号后,就会打开登入配置文件了。
2,修改配置文件:在配置文件中加入下面内容。
[SeatDefaults]
user-session=ubuntu
greeter-session=unity-greeter
greeter-show-manual-login=true
allow-guest=false
上面默认登入的桌面是ubuntu默认的桌面,如果已经按照了Gnome,我们可以使用下面的配置内容:
[SeatDefaults]
user-session=gnome-fallback
greeter-session=unity-greeter
greeter-show-manual-login=true
allow-guest=false
保存并关闭文件后,注销就马上可以看到,有可以选择登入用户的地方了,我们随后输入帐号为root,对应的密码就可以以root身份登入了!
Ubuntu下以root身份运行Chromium和Chrome:http://www.linuxdiyf.com/linux/5565.html
Linux CentOS以root身份登录密码忘记解决方法:http://www.linuxdiyf.com/linux/1915.html
Ubuntu切换到root权限的几种方法:http://www.linuxdiyf.com/linux/15555.html
Ubuntu下如何将普通用户提升到root权限:http://www.linuxdiyf.com/linux/4422.html
ubuntu15.04开启root登陆:http://www.linuxdiyf.com/linux/12926.html