From 05a07c0eba5b785d73f65ffe525e500fef1c5f2d Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Mon, 5 Dec 2016 10:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ty Patches or Updates Automatically on CentOS and RHEL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sources/tech/20161130 Install Security Patches or Updates Automatically on CentOS and RHEL.md b/sources/tech/20161130 Install Security Patches or Updates Automatically on CentOS and RHEL.md index dde361083f..d2a00693c1 100644 --- a/sources/tech/20161130 Install Security Patches or Updates Automatically on CentOS and RHEL.md +++ b/sources/tech/20161130 Install Security Patches or Updates Automatically on CentOS and RHEL.md @@ -8,12 +8,15 @@ 在相同家族的其他 Linux 版本(Fedora 或 Scientific Linux)中可以用类似的方法进行配置。 ### 在 CentOS/RHEL 系统上配置自动安全更新 + 在 CentOS/RHEL 7/6 系统上,你需要安装下面的安装包: + ``` # yum update -y && yum install yum-cron -y ``` #### 在 CentOS/RHEL 7 系统上启用自动安全更新 + 安装完成以后,打开 /etc/yum/yum-cron.conf,然后找到下面这些行内容,你必须确保它们的值和下面展示的一样 ``` @@ -40,6 +43,7 @@ email_to = root ``` #### 在 CentOS/RHEL 6 上启用自动安全更新 + 默认情况下, cron 被配置成立即下载和安装所有更新,但是我们可以通过在 /etc/sysconfig/yum-cron 配置文件中把下面两个参数改为 ‘yes’,从而改变这种行为。 ``` @@ -72,6 +76,7 @@ systemctl enable yum-cron 恭喜你,你已经成功的在 CentOS/RHEL 7/6 系统上设置了自动升级。 ##### 总结 + 在这篇文章中,我们讨论了如何保持你的设备定期更新或升级最新的安全补丁。另外,为了保证当新的补丁被应用时你自己能够知道,你也学习了如何配置邮件通知。 如果你有任何关于这篇文章的顾忌,请在下面的评论区留下你的问题。我们期待收到你的来信。