ubuntu 14.04開機出現錯誤「Error found when loading /root/.profile」解決 (2015-04-14 07:52:44)轉載▼
ubuntu
標籤: it 分類: 操做系統spa
在剛修改完root權限自動登陸後,發現開機出現如下提示:操作系統
Error found when loading /root/.profileit
stdin:is not a tty登錄
…………file
解決方法:在終端中用命令gedit /root/.profile,打開文件後找到「mesg n」,終端
將其更改成「tty -s && mesg n」。權限