The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




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

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,122
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?