centos 老出现You have new mail in /var/spool/mail/root 解决
执行:
echo "unset MAILCHECK" >> /etc/profile
source /etc/profile
查看
ls -lth /var/spool/mail/
实际只试了以下这条:
清空:
cat /dev/null > /var/spool/mail/root
执行:
echo "unset MAILCHECK" >> /etc/profile
source /etc/profile
查看
ls -lth /var/spool/mail/
实际只试了以下这条:
清空:
cat /dev/null > /var/spool/mail/root