有时候,在输入某些触及到系统安全或者内核方面的命令都会提醒你:
You have new mail in /var/spool/mail/root
只需要在root 用户下,不设置邮件检测即可!
#echo "unset MAILCHECK" >> /etc/profile
#source /etc/profile
2024-02-17 14:40:16
有时候,在输入某些触及到系统安全或者内核方面的命令都会提醒你:
You have new mail in /var/spool/mail/root
只需要在root 用户下,不设置邮件检测即可!
#echo "unset MAILCHECK" >> /etc/profile
#source /etc/profile