linux -- ubuntu 14.10开机出现错误“Error found when loading /root/.profile”解决
时间:2015-09-06 12:28:34
收藏:0
阅读:706
修改完root权限自动登录后,发现开机出现以下提示:
Error found when loading /root/.profile
stdin:is not a tty
…………
解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”,
将其更改为“tty -s && mesg n”。
原文:http://www.cnblogs.com/hf8051/p/4784996.html
评论(0)