1. 程式人生 > 其它 >解決linux中“You have new mail in”的提示

解決linux中“You have new mail in”的提示

技術標籤:Linux作業系統運維linuxcentospython

說明

每次登入系統,使用命令時候就會出現提示,很煩。

在這裡插入圖片描述
內容就只是一些正常的系統資訊或者是比較重要的錯誤報告,所以希望可以忽略。

解決方案

清空

ls -lth /var/spool/mail/
cat /dev/null > /var/spool/mail/root

關閉

echo "unset MAILCHECK">> /etc/profile
source /etc/profile

以上方法親測有效,測試機器CentOS 7