![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I zero var/spool/mail/mail | dennisheazle | UNIX for Dummies Questions & Answers | 0 | 05-06-2008 12:26 AM |
| Can I delete the file var/spool/mail/news? | dennisheazle | UNIX for Dummies Questions & Answers | 3 | 04-08-2008 08:12 PM |
| Mail going to /var/spool/mqueue instead of being sent | xadamz23 | UNIX for Advanced & Expert Users | 4 | 10-21-2005 06:41 PM |
| bellmail: lockf(/usr/spool/mail/uucp): permission denied | Docboyeee | UNIX for Advanced & Expert Users | 1 | 03-17-2003 11:15 AM |
| in var/spool/mail, same entry with different users.... | yls177 | UNIX for Dummies Questions & Answers | 2 | 11-08-2002 07:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How safe is it to remove files(/var/spool/mail)?
How safe is it to remove these spooler mail files.
I need to make some room in the /usr directory? Any ideas? thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
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? |
|
#3
|
|||
|
|||
|
Removing this files will not affect anything per se. But you need to make sure that the files are not required.
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|