How do you check a cron command line

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Charles55
    Sergeant

    • Jun 2005
    • 21

    How do you check a cron command line

    How do i run a cron command line to see if it's
    working or not. I trying to set up a daily mail program for
    for double opt in mailing list.

    I left out the password but here's the command line:

    0 0 * * * /usr/bin/wget -O /dev/null -T 0 http://rusticmade.com/mail/dailymail.php?pw=password 1> /dev/null 2> /dev/null

    is this correct and how do I run it.

    Charles
  • VodaHost
    General & Forum Administrator

    • Mar 2005
    • 12356

    #2
    Re: How do you check a cron command line

    Please open a support ticket

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment

    • findach
      Second Lieutenant

      • Jul 2005
      • 143

      #3
      Re: How do you check a cron command line

      Hiya


      i have a daily mailing list which i send out manualy. how do i make it automated like yours?

      Comment

      • Brad
        Forum Administrator

        • Jun 2005
        • 525

        #4
        Re: How do you check a cron command line

        we do not email off of our servers we use www.aweber.com

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment

        • Charles55
          Sergeant

          • Jun 2005
          • 21

          #5
          Re: How do you check a cron command line

          Originally posted by Brad
          we do not email off of our servers we use www.aweber.com
          Brad I still should be able to set up a cron to "run my daily mail task"

          I need to know if this command line will work...

          0 0 * * * /usr/bin/wget -O /dev/null -T 0 http://rusticmade.com/mail/dailymail.php?pw=password 1> /dev/null 2> /dev/null


          can you verify if the /usr/bin/wget system program used by the task is available.


          Charles

          Comment

          Working...
          X