centos 7.2开启和关闭自动更新

前端之家收集整理的这篇文章主要介绍了centos 7.2开启和关闭自动更新前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


[root@localhost ~]# vi /etc/yum


[root@localhost yum]# yum install yum-cron -y


[root@localhost yum]# ls

fssnap.d pluginconf.d protected.d vars version-groups.conf yum-cron.conf yum-cron-hourly.conf

[root@localhost yum]# vi yum-cron.conf



开启自动更新

[root@localhost ~]# systemctl start crond


[root@localhost ~]# yum -y install cronie

[root@localhost ~]# yum -y install yum-cron

[root@localhost ~]# systemctl start yum-cron


关闭自动更新

[root@localhost ~]# gedit /etc/yum/yum-cron.conf

update_messages = no

download_updates = no

原文链接:https://www.f2er.com/centos/376889.html

猜你在找的CentOS相关文章