当前位置:首页 > IT技术 > 系统服务 > 正文

ubuntu12.04 修改登陆用户 为root
2021-08-10 17:22:41

Ubuntu 12.04默认是不允许root登录的,在登录窗口只能看到普通用户和访客登录。以普通身份登陆Ubuntu后我们需要做一些修改,普通用户登录后,修改系统配置文件需要切换到超级用户模式,在终端窗口里面输入: sudo  -s.然后输入普通用户登陆的密码,回车即可进入 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登录


然后我们启动root帐号:
sudo passwd root
根据提示输入root帐号密码。


重启Ubuntu,登录窗口会有登录选项,这时候我们就可以通过root登录了。

 

 

autologin-user=root   #自动以root登录
autologin-user-timeout=0                     
autologin-session=lightdm-autologin


添加完毕后,保存,重启系统就ok了,直接自动以root用户登录

 

 
Face your past without regret. Handle your present with confidence.Prepare for future without fear. keep the faith and drop the fear. 面对过去无怨无悔,把握现在充满信心,备战未来无所畏惧。保持信念,克服恐惧!一点一滴的积累,一点一滴的沉淀,学技术需要不断的积淀!

本文摘自 :https://blog.51cto.com/u

开通会员,享受整站包年服务立即开通 >