hi
is there a way to schedual cron job thorugh the WHM ?
i would like to make one for CLAMAV to scan whole the VPS server accounts
thanks
barnea
hi
is there a way to schedual cron job thorugh the WHM ?
i would like to make one for CLAMAV to scan whole the VPS server accounts
thanks
barnea
You cannot set the cron from WHM. However, if you have to set the cron then you will require the SSH access of the server and can set the cron from /etc/crontab.
No, you cannot set a cron job from WHM. If you have to set a cron server side, you will have to configure it via SSH as user "root". SSH to your server and execute:
This will edit the root's cronjob file at /var/spool/cron/root. Set the cronjob you like and restart the crond service.crontab -e
service crond restart