Ubuntu Erroe found when loading /root/.profile解决方案

前端之家收集整理的这篇文章主要介绍了Ubuntu Erroe found when loading /root/.profile解决方案前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在Ubuntu14.04中使能root用户登陆后,会弹出对话说:“Error found when loading /root/.profile\n\nstdin: ...”。


解决方法为:
gedit /root/.profile
文件末尾一句 mesg n 更改为:

tty -s && mesg n

原文链接:https://www.f2er.com/ubuntu/355550.html

猜你在找的Ubuntu相关文章