Closed Thread
Results 1 to 3 of 3

Thread: How can I tell if a cron job executes?

  1. #1
    Hektor is offline Programmer
    Join Date
    Jan 2007
    Posts
    126
    Rep Power
    0

    How can I tell if a cron job executes?

    How can I tell if a cron job executes? Are there logs or something that I can check to make sure everything happened like it should?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Cron Job Log Files

    You can look at /var/log/cron to see cron job information such as when it started, who ran it, when it ended, etc.

  4. #3
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    You could also add a tag to the script that sends an email to yourself on completion.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. cron execution log?
    By turbocharged123 in forum Linux/Unix General
    Replies: 2
    Last Post: 07-03-2009, 08:18 AM
  2. Exclude an hour in Cron?
    By Pan in forum Linux/Unix General
    Replies: 2
    Last Post: 06-28-2008, 11:59 PM
  3. PHP as a cron job
    By TcM in forum PHP Development
    Replies: 12
    Last Post: 06-06-2008, 11:17 AM
  4. Cron again....
    By Hektor in forum Linux/Unix General
    Replies: 1
    Last Post: 04-13-2008, 06:32 AM
  5. Creating Cron Job
    By Hektor in forum Linux/Unix General
    Replies: 1
    Last Post: 01-15-2007, 10:29 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts