On Wed, Feb 19, 2003 at 03:36:33PM -0500, Pushpinder Singh Garcha wrote:
> 
> I need to ask you about some resources for "cron" jobs. Please suggest 
> some online help

This isn't really a PHP thing.  But you can always read man pages, the
documentation that comes with every unix-style operating system.  For
starters, check:
http://www.freebsd.org/cgi/man.cgi?query=cron
http://www.freebsd.org/cgi/man.cgi?query=crontab
http://www.freebsd.org/cgi/man.cgi?query=crontab&sektion=5

Man pages for operating systems other than FreeBSD are also available
via that web interface, in case you need details which are operating
system specific.  (And if you don't know, you probably don't need 'em.)

Most likely you will need unix shell access to set up and maintain your
cron jobs.  Your local unix system administrator (or consultant) can
help with that.

-- 
  Paul Chvostek                                             <[EMAIL PROTECTED]>
  Operations / Abuse / Whatever
  it.canada, hosting and development                   http://www.it.ca/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to