Scheduling a cron job

Discussion in 'Installation/Configuration' started by Rocky, Mar 4, 2006.

  1. Rocky

    Rocky Member

    I've created a file, /usr/local/bin/dynIP.sh, that will update my dynamic ip. I need to schedule a cron job for it to run every 30mins. Would adding this:

    */30 * * * * root /usr/local/bin/dynIP.sh

    to my /etc/crontab file work? Also, is there a way for me to know that the file actually ran?:confused:
     
  2. Rocky

    Rocky Member

    I figured it out guys. Thank.:)
     

Share This Page