7 Responses to “1and1 Cron Job – Crontab Cronjob Examples”

Comments

Read below or add a comment...

  1. James McWhorter says:

    Thanks for the info! I’m new at Cron jobs.

  2. Maggy says:

    my script tells me I have to run this cron job:
    */30 * * * * /web/cgi-bin/php/bin -f /home/content/a/f/c/afcads/html/safelist/admin/cron/cron_queue.php efa2055da0189f307e7a0b0582ad7030

    my path to php is this: web/cgi-bin/php/bin

    here is the information on how to run cron jobs on my server: help. securepaynet. net/article/3483?pl_id=422628

    My question is where do I put the efa2055da0189f307e7a0b0582ad7030 when the cron jobs has to look like this:

    /web/cgi-bin/php5 “$HOME/html/safelist/admin/cron/cron_queue.php”

  3. ivo says:

    I think the line would be:

    /web/cgi-bin/php5 “$HOME/html/safelist/admin/cron/cron_queue.php” efa2055da0189f307e7a0b0582ad7030

    So just all after each other.

    The code appears to be nothing else than a parameter for the cron+queue.php script, just like the $HOME/…php is a parameter to the php5 executable

  4. roshan lal says:

    sir plg send me contab set only terminal tty4

  5. ss says:

    You can use parentheses to club together a set of commands to execute

    * */12 * * * (cd /array/purato/scripts; ./compute_storage.sh 1>/dev/null )

  6. rajesh says:

    very very useful for me thank u and give more examples with scenarious
    thanks,
    rajesh.

  7. MdAkmal says:

    Thanks,but i need cron source code

Leave A Comment...