The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM


SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Script for automatic deletion of old files vivek_scv Shell Programming and Scripting 4 09-08-2007 10:57 PM
Automatic download of csv file using a shell script figaro Shell Programming and Scripting 1 01-13-2007 04:53 PM
Startup script to clean out trash can Andrek OS X (Apple) 4 10-19-2006 12:34 PM
Mail Command for deletion garric Shell Programming and Scripting 0 04-24-2006 02:49 AM
File deletion when server restarts k_oops9 Shell Programming and Scripting 6 11-22-2004 06:07 AM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-19-2007
Registered User
 

Join Date: Sep 2007
Posts: 1
Script for automatic deletion of trash file of mail server

Hi,
I have a mail server with limited space and operating system is sun solaris 8 (sparc). I do not have provisions to increase the space for home directory.

So i have to delete files from /home/username/mail/trash which are more than 10 days old automatically.

So my script should be like it finds all the user name of mail server from /var/mail directory and then delete their trash from /home/username/mail/trash.

Can someone help me to generate a script for this?

With Regards,

Crown
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 09-20-2007
Registered User
 

Join Date: Sep 2007
Posts: 55
Wink Try this one

find /home/username/mail/trash -type f -atime +10 -exec rm -f '{}' \;


~~~Sanjay Tripathi~~~
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 09:46 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0