在刚修改完root权限自动登录后,发现开机出现以下提示:
Error found when loading /root/.profile
stdin:is not a tty
…………
解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”,
将其更改为“tty -s && mesg n”。
在刚修改完root权限自动登录后,发现开机出现以下提示:
Error found when loading /root/.profile
stdin:is not a tty
…………
解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”,
将其更改为“tty -s && mesg n”。
在Linux系统中,遇到开机时加载/root/.profile出现错误'Error found when loading/root/.profile stdin:is notatty'的问题。通过使用gedit打开文件并修改mesgn为tty-s&&mesgn,成功解决了此问题。
9626

被折叠的 条评论
为什么被折叠?



