ubuntu桌面版设置root用户登陆

系统安装完成之后 登陆

执行  sudo passwd root  设置root密码

切换到root用户权限模式.

然后执行: vi /etc/lightdm/lightdm.conf.

增加 greeter-show-manual-login=true  allow-guest=false  . 修改完的整个配置文件是

[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true #手工输入登陆系统的用户名和密码
allow-guest=false  #不允许guest登录

保存 之后reboot系统~~


ok 搞定~~  本人测试的ubuntu 12.04


你可能感兴趣的:(ubuntu桌面版设置root用户登陆)