I know this is true because the size of the /var/spool/mail/root file is large.
If I am sitting at the shell as root, and I simply type:
Code: Select all
mail
No mail for root
Knowing that there are mail messages in /var/spool/mail/root I used the command:
Code: Select all
mail -u root
I used to be able to simply type the mail command before my server's recent rebuild. What can I do to restore this level of ease
(simply typing: mail)?
Do I just need to set the MAIL variable in /root/.bash_profile ?