现在的位置: 首页 > 综合 > 正文

ubuntu root 用户 自动登录

2012年09月06日 ⁄ 综合 ⁄ 共 230字 ⁄ 字号 评论关闭

修改 /etc/gdm/custom.conf
TimedLoginEnable=false
AutomaticLoginEnable=true 这个设为true
TimedLogin=root                 这个自已改成root
AutomaticLogin=root           这个自已改成root
TimedLoginDelay=30

需要注意的是ubuntu安装好后,默认是不启动root用户的,你可以给root设置个密码就可以启用root 了。

抱歉!评论已关闭.