禁止Centos系统You have new mail in /var/spool/mail/root提示

前端之家收集整理的这篇文章主要介绍了禁止Centos系统You have new mail in /var/spool/mail/root提示前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

CentOS6.x CentOS7.x[其他系统没有测试过],在远程登录后经常在执行命令是出现如下提示

You have new mail in /var/spool/mail/root

功能为Linux操作系统核对系统资源状态并汇总,默认发送到root用户的/var/spool/mail/root目录,并在标准输出提示如上的信息。

一般我们都有自己的监控系统监控系统资源等信息,不会查看收集/var/spool/mail/root文件下的信息,如果可以做好的监控,该功能可以禁用。其中一种方式如下。

~]# echo “unset MAILCHECK” >> /etc/profile
 ~]# source /etc/profile

以后就不会再提示You have new mail in /var/spool/mail/root信息了。

功能禁用操作网络上很多blog,我参考如下链接
[1] https://www.aliyun.com/zixun/content/3_12_519170.html
[2] http://blog.itpub.net/29819001/viewspace-1360978/


博客仅用来做知识整理,可能只是只言片语,不保证准确性和普适性,请读者自己测试是否有效。

原文链接:https://www.f2er.com/centos/379206.html

猜你在找的CentOS相关文章