What is the default cron path in Enhance control panel?

Created by Ankit Suryawanshi, Modified on Sat, 16 Sep, 2023 at 12:16 PM by Ankit Suryawanshi

The article describes the default cronjob path for your website in Enhance Control Panel.


The default path for PHP in Enhance is /usr/bin/php, and the path for your home directory can be achieved in two ways,


  • you can use /var/www/{uuid of website} (uuid can be found in your address bar)

OR

  • you can use paths relative to that. eg: echo date > public_html/test.file


Your cronjob will look like /usr/bin/php /var/www/fab4a0ef-4324-423c-9912-4rt6154d52c7/test.php >> /dev/null 2>&1

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article