Ubuntu16 Root登陆后ttyname failed错误
2018-05-15 本文已影响0人
norman1981
方法一:
将/root/.profile文件中的mesg n
替换成tty -s && mesg n
重启
方法二:
将非root账户目录中的.profile复制到/root/:
例如:cp /home/username/.profile /root/
重启
方法一:
将/root/.profile文件中的mesg n
替换成tty -s && mesg n
重启
方法二:
将非root账户目录中的.profile复制到/root/:
例如:cp /home/username/.profile /root/
重启