关闭邮件提醒
随便输入命令就提示You have mail in /var/mail/root
,这里提供一下关闭的方法:
You have mail in /var/mail/root
echo $MAILCHECK
unset MAILCHECK
echo "unset MAILCHECK">> /etc/profile && source /etc/profile
取消自动关闭窗口
echo "export TMOUT=0" >> /etc/profile
source /etc/profile