Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7971239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:35:25+00:00 2026-06-04T07:35:25+00:00

I am using Ubuntu server, and I want to do a wget cron job

  • 0

I am using Ubuntu server, and I want to do a wget cron job for just about every day of the week for different files.

I have gotten this to work for only one task, but anytime I try to do more it automatically overwrites the old one. I know how to set up times, and the format, etc; but I do not know how to do multiple wget cron jobs.

This is how I’ve been doing only one so far:

 echo "*/10 * * * 5 wget http://XXX.XXX.XXX/files/thursday.php" | crontab -

Can anyone help me? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T07:35:26+00:00Added an answer on June 4, 2026 at 7:35 am

    best to use the command line crontab function for maintaing cron jobs

    crontab -e 
    

    will bring up the editor.

    The default on most *nix system is vi, which is not newbie friendly, but you can change it to nano or pico with

    export EDITOR=nano
    

    and if your on a system like mine, your logged in user may not be the best user to run cron jobs as; so you may may have to use su to switch users before editing the crontab file.

    looking at what you are specify doing, unless you really need to go through appache, you can just call the php file like so “php file.php” no wget needed.

    */10 * * * 5 php FULL_PATH/files/thursday.php  > /dev/null 2>&1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a ubuntu instance(CRON server) of volume size 50gb. I want to increase
I am using ubuntu in my server. I have two users, let them be
I just installed Glassfish on my Ubuntu server (No GUI) using THIS tutorial. Everything
I have a bluetooth server running on my Ubuntu desktop written using PyBlueZ. That
I want to develop on 2 systems - using Linux (ubuntu) for server/git repo
Using emacs on Ubuntu 11.10. I want to connect to a SQL Server database
We are using a dedicated Amazon Ubuntu ec2 instance as Cron server, which executed
I'm using Ubuntu 11.04 and Nginx. I want to install phpmyadmin and have access
I'm using Ubuntu on the server and I'm using Putty to access. I want
I'm using shell to login to an ubuntu server. I want to enable curl

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.