不关闭sendmail的情况下关闭系统邮件提示
相信大多数人在Linux的操作中,有的时候每敲一下回车,就出来You have new mail in /var/spool/mail/root的提示,烦躁得很!当然最直接的方式是关闭sendmail服务,这里介绍一种不用关闭sendmail服务的方法:
这样就不用再看到那烦人的提示了.
echo "unset MAILCHECK" >> /etc/profile source /etc/profile
这样就不用再看到那烦人的提示了.
评论: