Quote:
Originally Posted by pititis
Yes it's normal. When you select "chrooted cron" for a customer these folders are created. Cron will run under a jailed environment to limit the user access and commands, they can only run command from this environment.
Cheers
|
I do not have any customers (clients) so when you say "chrooted cron" exactly what does this mean? I have added the cron job like this
http://mysite.com/cron/task.php
Is there a difference in methods when I add it like this
/usr/bin/php /var/www/clients/client0/web2/web/cron/task.php
Is it dangerous to have these files there?