Crontab

From: Cédric Buschini (cbuschini_at_carax.com)
Date: 08/29/05

  • Next message: Aseem Khurana: "RE: Crontab"
    Date: Mon, 29 Aug 2005 10:14:54 +0200
    To: redhat-list@redhat.com
    
    

    Hello every one,

    Using RH E3, I'd like to use cron to launch a .sh at 13:00 (it's an
    exemple).

    Here is what I have done :
         crontab -e

    ====================================================
    HOME=/
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    SHELL=/usr/bin/sh

    00 13 * * * root nice -n 19 run-parts /home/FILE_TO_LAUNCH.sh
    ====================================================

    but nothing is launched

    any one can help me ???

    thx cédric

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Aseem Khurana: "RE: Crontab"