Re: [PHP] Use cron to execute a script

2001-08-21 Thread Brad Hubbard

On Tue, 21 Aug 2001 21:27, Brad Hubbard wrote:
> chkconfig --level 2345 crond on

Oh and;

/etc/rc.d/init.d/crond start

of course.

Brad 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Use cron to execute a script

2001-08-21 Thread Brad Hubbard

On Tue, 21 Aug 2001 21:05, Augusto Cesar Castoldi wrote:
> Hi.
>
> I added to crontab the command "0 * * * * lynx -dump
> -nolog http://localhost/backup.php"; but this task are
> not running.
>

On RedHat.

chkconfig --level 2345 crond on

Brad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]