I have set up a cronjob for root user in ubuntu environment as follows by typing crontab -e
crontab -e
34 11 * * * sh /srv/www/live/CronJobs/daily.sh 0
I want to add 2 points that I learned:
Refs: