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

Error found when loading /root/.profile

stdin:is not a tty

…………

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

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

From: http://blog.sina.com.cn/s/blog_68b1e07d0102vcqd.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-08-17
  • 2021-10-11
  • 2021-12-22
  • 2022-12-23
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2022-02-27
  • 2021-07-24
  • 2021-09-11
  • 2022-12-23
相关资源
相似解决方案