Linux解决“您在 /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