create crontab
From: Mad Unix (madunix_at_gmail.com)
Date: 08/31/05
- Previous message: Gavin McDonald: "RE: to hide file"
- Next in thread: Mike Burger: "Re: create crontab"
- Reply: Mike Burger: "Re: create crontab"
- Maybe reply: A.Fadyushin_at_it-centre.ru: "RE: create crontab"
- Reply: Mark Farmer: "Re: create crontab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Aug 2005 10:31:34 +0400 To: redhat-list@redhat.com
I have mail-hots serving 300 users pop3/imap through qmail
I manually remove old entries manually which older than 30 days
for each user
find /home/vpopmail/domains/sdcdom/user001/ -type f -mtime +30 -exec rm {}
";"
find /home/vpopmail/domains/sdcdom/user002/ -type f -mtime +30 -exec rm {}
";"
...etc.
How can i add this entry into my crontab, to run at the end of the Week at
6 clock
in the morning.
am using Linux RHEL 3
Thanks
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Gavin McDonald: "RE: to hide file"
- Next in thread: Mike Burger: "Re: create crontab"
- Reply: Mike Burger: "Re: create crontab"
- Maybe reply: A.Fadyushin_at_it-centre.ru: "RE: create crontab"
- Reply: Mark Farmer: "Re: create crontab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]