Configurate root account

After having installed Ubuntu OS, you should update config file for root account. The commands are listed as follow:

 

vi /etc/lightdm/lightdm.conf #open config file and then add two commands as follow

greeter-show-manual-login=true # allow root account

allow-guest=false # disable guest account

 

Set password for root

 

sudo passwd root # set password for root

 

 

 

posted @ 2014-04-28 21:58  PinXiong  阅读(160)  评论(0编辑  收藏  举报