在操作Centos系统时经常出现You have new mail in /var/spool/mail/root提示怎么回事?
Posted blog-of-zxf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在操作Centos系统时经常出现You have new mail in /var/spool/mail/root提示怎么回事?相关的知识,希望对你有一定的参考价值。
例如,在命令窗口中输入date查看时间,下面会出现一行提示
实际上,该功能为Linux操作系统核对系统资源状态并汇总,默认发送到root用户的/var/spool/mail/root目录,并在标准输出中提示如上的信息。
我们可以通过下面的方法禁止这样的提示:
1、在/etc/profile文件尾部写入“unset MAILCHECK”。
~]# echo "unset MAILCHECK" >> /etc/profile
2、重新运行一次该文件。
~]# . /etc/profile
这样重新查看时间就不会提醒了。
以上是关于在操作Centos系统时经常出现You have new mail in /var/spool/mail/root提示怎么回事?的主要内容,如果未能解决你的问题,请参考以下文章
You have new mail in /var/spool/mail/root
解决Centos关闭You have new mail in /var/spool/mail/root提示(转)
解决Centos关闭You have new mail in /var/spool/mail/root提示(转)
禁止Centos系统You have new mail in /var/spool/mail/root提示