* 檢視內容
cat /var/spool/mail/root
* 關閉提示:
echo "unset MAILCHECK" >> /etc/profile source /etc/profile
* 檢視佔用多大:
ls -lth /var/spool/mail
* 清空該檔案:
cat /dev/null > /var/spool/mail/root
* 檢視內容
cat /var/spool/mail/root
* 關閉提示:
echo "unset MAILCHECK" >> /etc/profile source /etc/profile
* 檢視佔用多大:
ls -lth /var/spool/mail
* 清空該檔案:
cat /dev/null > /var/spool/mail/root