ubuntu 15.04开机出现错误“Error found when loading /root/.profile”

来源:互联网 发布:linux tmp目录在哪 编辑:程序博客网 时间:2024/06/05 14:40

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

Error found when loading /root/.profile

stdin:is not a tty

…………

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

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


转载出处:  http://blog.sina.com.cn/s/blog_68b1e07d0102vcqd.html

0 0