博客地址:https://blog.csdn.net/qq_42859864/article/details/84937558
1、查看邮件
ls -lth /var/spool/mail/
2、清空
cat /dev/null > /var/spool/mail/root
3、关闭提示
echo "unset MAILCHECK">> /etc/profile
source /etc/profile