Hi, I put -y in the /etc/cron.daily/yum.cron and now its look like this: !/bin/sh if [ -f /var/lock/subsys/yum ]; then /usr/bin/yum -R 10 -y -e 0 -d 0 -y update yum /usr/bin/yum -R 120 -y -e 0 -d 0 -y update. Is is goning to run automatically every day now? In which log I can see if it ran ? thnaks