Ubuntu 12.04: How to enable root login

来源:互联网 发布:skycc营销软件下载 编辑:程序博客网 时间:2024/05/21 21:43

1. vi /etc/lightdm/lightdm.conf and add following modifications.

greeter-show-manual-login=true

allow-guest=false

 

After that, your configuration file should look like that:

[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true
allow-guest=false

2. sudo passwd root

3. reboot

0 0