subog
08-26-2001, 02:41 PM
Hi,
I need a little help about cron tab command.
Below is the content of the 2 files:
=========
Filename: cronfile.wget
Content:
30 * * * * /path/to/wget --spider -q http://www.yoursite.com/build.php
0 0 * * * /path/to/wget --spider -q http://www.yoursite.com/build.php
=========
Filename: cronfile.lynx
Content:
30 * * * * /path/to/lynx -dump http://www.yoursite.com/update.php >/dev/null
0 0 * * * /path/to/lynx -dump http://www.yoursite.com/update.php >/dev/null
=========
In telnet, what EXACTLY the command do I have to type to cron those 2 files?
Do I just type:
crontab cronfile.wget
crontab cronfile.lynx
when I'm into the directory I have uploaded the 2 files?
Thank alot for your help.
I need a little help about cron tab command.
Below is the content of the 2 files:
=========
Filename: cronfile.wget
Content:
30 * * * * /path/to/wget --spider -q http://www.yoursite.com/build.php
0 0 * * * /path/to/wget --spider -q http://www.yoursite.com/build.php
=========
Filename: cronfile.lynx
Content:
30 * * * * /path/to/lynx -dump http://www.yoursite.com/update.php >/dev/null
0 0 * * * /path/to/lynx -dump http://www.yoursite.com/update.php >/dev/null
=========
In telnet, what EXACTLY the command do I have to type to cron those 2 files?
Do I just type:
crontab cronfile.wget
crontab cronfile.lynx
when I'm into the directory I have uploaded the 2 files?
Thank alot for your help.