The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-26-2005
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,355
If you remove a file called, say, fred, then the user "fred" will lose all of his mail. There should be no other consequence. If fred gets new mail, another file called fred will appear. I do stuff like that...usually because fred has some cron job sending him mail once an hour or something. So rather than repeatedly deal with it, I then create a ~fred/.forward containing "nobody".

But removing stuff in /var/spool/mail will not usually free space in /usr. With a really screwy symlink, it is possible...but are you sure that your system is set up like that?
Reply With Quote