Hi,
I need to run EXIM commands inside a bash script using CRON. However, I’m getting permission errors whenever the cron job is executing it.
Any ideas on how to fix this? Thanks a lot in advance!
Regards,
Joseph
Hi,
I need to run EXIM commands inside a bash script using CRON. However, I’m getting permission errors whenever the cron job is executing it.
Any ideas on how to fix this? Thanks a lot in advance!
Regards,
Joseph
Create a cronjob under the root user use not the admin user. The sudo for the admin user is only used to run command made by Hestia
I’m using the latest ubuntu. It doesn’t seem to have a password for the root – just a sudo. Any ideas on how to create a cron job in Hestia under the root user?
You can’t create a cronjob in Hestia under root
Login to your server with ssh and run sudo -s
crontab -e
And make your changes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.