December 2017
Intermediate to advanced
410 pages
11h 5m
English
Many organizations prefer to automatically install security-related updates without manual security team sign off. This can be done by inserting the command in cron job and running it on a daily basis:
~]# yum -y update --security
This will install all security-related updates for your server. However, it might break the servers as well if the updates have some issues. So, the choice is up to the system administrator and how he plans to manage the update cycle.
Read now
Unlock full access