User Tools

Site Tools


server-administration:centos5-automatic-updates

Enabling Automatic Software Updates on CentOS 5

It's important to keep your server software up-to-date. The commands below will enable automatic nightly updates using CentOS 5's default yum package manager.

yum -y install yum-cron crontabs vixie-cron
service cron start
chkconfig --level 2345 yum-cron on
service yum-cron start

server-administration/centos5-automatic-updates.txt · Last modified: by garrett.plasky

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki