TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

cron job question

Page: 1 Reply
Feb 9th 2003#89565 Report
Member since: Mar 16th 2001
Posts: 2421
Is this job every 15 mins? I'm an idiot

*/15 * * * * (cd /home/virtual/pankpage/home/httpd/cgi-bin/bla/;perl blabla.pl)
Reply with Quote Reply
Feb 9th 2003#89566 Report
Member since: Mar 24th 2002
Posts: 3114
Originally posted by pank
Is this job every 15 mins? I'm an idiot

*/15 * * * * (cd /home/virtual/pankpage/home/httpd/cgi-bin/bla/;perl blabla.pl)


..................................... o_O
Reply with Quote Reply
Feb 9th 2003#89567 Report
Member since: Mar 20th 2001
Posts: 3367
should be just

15 * * * * /home/virtual/pankpage/home/httpd/cgi-bin/bla/blabla.pl

If you're running that CGI/Perl script. I use this script to generate the right cron schedules http://www.cyberws.com/cgi-bin/ccreator.cgi
Reply with Quote Reply
Feb 9th 2003#89568 Report
Member since: Jan 1st 1970
Posts:
Hey! Next time lets get the post in the correct forum!!!
Reply with Quote Reply
Feb 9th 2003#89579 Report
Member since: Mar 16th 2001
Posts: 2421
Well that's how they had it */15

I'm using an outside service to run the file. I just needed to know for sure if it was every 15 mins I needed to run it or not. From what I gathered it was but I was not sure.

So you guys are saying it is. That seems to be quite a bit to run it but oh well...
Reply with Quote Reply
Feb 9th 2003#89636 Report
Member since: Aug 9th 2001
Posts: 2333
Originally posted by PaavoPerkele


..................................... o_O
Reply with Quote Reply
Feb 11th 2003#90075 Report
Member since: Feb 10th 2003
Posts: 10
This might be a stupid question but what is cron job?:D
Reply with Quote Reply
Feb 12th 2003#90109 Report
Member since: Jun 30th 2001
Posts: 447
A cron job is for UNIX-based operating systems. It basically runs certain programs/scripts at regular intervals, thus making things automatic. By regular intervals I mean every hour, once a day, twice or month... you get the picture. Hope this helps.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum