由于ubuntu10.04.04系统 登录用户为安装系统时设置,而安装系统登录用户又不能设置为root用户。故如果系统需要设置为root登录,则需要重新设定登录用户名。主要步骤如下:
1.首先由一般用户登录到系统启用 root 帐号.
sudo passwd root
命令重新设置 root 的密码,按提示输入新的密码,并确认。即可使用root用户操作。
2.重启系统,利用 root 登录。
3.进入菜单System -->Administration-->Login Screen进入Login Screen setting界面,点击Unlock。
4.编辑/etc/gdm/custom.conf文件,修改其中的AutomaticLoginEnable,AutomaticLogin项,具体如下所示:
[daemon]
TimedLoginEnable=false
AutomaticLoginEnable=true
AutomaticLogin=root
TimedLogin=root
TimedLoginDelay=30
DefaultSession=gnome