码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu修改默认root账号登陆

时间:2015-07-15 01:14:46      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:

安装完成如需使用root身份登录,可打开终端输入以下命令:
#设置root密码
sudo passwd root
#切换到root用户
sudo -s

想要在登录界面使用root身份登录,可编辑/etc/lightdm/目录下的lightdm.conf文件,如没有此文件,直接创建

vi /etc/lightdm/lightdm.conf

文件内容最终为:
[SeatDefaults]
#启动后以root身份自动登录,如果要求输入密码登陆,可以注释下面这一行即可
autologin-user=root
greeter-session=unity-greeter
user-session=ubuntu
#手工输入登陆系统的用户名和密码
greeter-show-manual-login=true
#禁用guest用户
allow-guest=false

 

重启后提示 在刚修改完root权限自动登录后,发现开机出现以下提示:

Error found when loading /root/.profile

stdin:is not a tty

…………

解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”,

将其更改为“tty -s && mesg n

 



ubuntu修改默认root账号登陆

标签:

原文地址:http://www.cnblogs.com/flyDream12315/p/4646982.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!