Am I correct in understanding that to update the time that a daily cron job runs (from /etc/cron.daily/
), all I need to do is update the /etc/crontab
file?
Are there any risks I should be aware of when doing this?
My understanding is based on this link.