RE: [PHP] newbie: cron jobs

2002-05-30 Thread Cal Evans
1: Yes, if your host has given you permission to run cron jobs. Some hosts lock cron to only root or to a specific subset of users. If you have permission to create them, crontab -e will give you the editor to edit them. (hint: man crontab. read it. Now read it again.) 2: man cron, man

Re: [PHP] newbie: cron jobs

2002-05-30 Thread Edgard Berendsen
thanks! but how can I acces cron -e? with a php script or I have to use telnet? Cal Evans [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... 1: Yes, if your host has given you permission to run cron jobs. Some hosts lock cron to only root or to a specific subset

Re: [PHP] newbie: cron jobs

2002-05-30 Thread Miguel Cruz
crontab -e You'd have to write a pretty clever script. SSH in (or telnet if you absolutely must). miguel On Thu, 30 May 2002, Edgard Berendsen wrote: but how can I acces cron -e? with a php script or I have to use telnet? Cal Evans [EMAIL PROTECTED] wrote in message [EMAIL