Update 20090518 How to use yum-cron to automatically update RHEL-CentOS Linux.md

translating by shipsw
This commit is contained in:
shipsw 2018-03-02 09:10:58 +08:00 committed by GitHub
parent ec8ea5aa0a
commit 2505765142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
translating by shipsw
How to use yum-cron to automatically update RHEL/CentOS Linux
======
The yum command line tool is used to install and update software packages under RHEL / CentOS Linux server. I know how to apply updates using [yum update command line][1], but I would like to use cron to update packages where appropriate manually. How do I configure yum to install software patches/updates [automatically with cron][2]?