create crontab

From: Mad Unix (madunix_at_gmail.com)
Date: 08/31/05

  • Next message: Nagarjuna Rao Cherukuri: "RHEL AS 2.1 on 845 chipset"
    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
    

  • Next message: Nagarjuna Rao Cherukuri: "RHEL AS 2.1 on 845 chipset"