LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Question about Yum-> (https://www.linuxquestions.org/questions/fedora-35/question-about-yum-502016/)

sharptech 11-15-2006 07:23 PM

Question about Yum->
 
Hey guys

I am trying to set Yum to do a nigtly update..(running version 6)

I run /sbin/service yum start and it says yum unrecognized service.

How can I resolve this?

Thanks.

kstan 11-15-2006 08:07 PM

put 1 script in /etc/cron.daily(I name it as updatesystem.sh), like below
Quote:

#/bin/bash
up2date -u
reboot
then chmod +x /etc/cron.daily/updatesystem.sh
Then it will perform daily update, and restart (this is necessary for some patches like kernel)

sharptech 11-15-2006 08:16 PM

Thanks a lot - will give it a shot!


All times are GMT -5. The time now is 12:16 PM.