假设我需要编写一个 cron 任务来自动安装安全每日更新,我应该使用哪个命令来获得更好的可靠性?
答案1
您不需要 cron 作业来安装安全更新。unattended-upgrade
它会自动为您完成。摘自 Ubuntu 12.04 上的 pkg 中的描述
This package can download and install security upgrades automatically
and unattended, taking care to only install packages from the
configured APT source, and checking for dpkg prompts about
configuration file changes.
你只需要安装它,然后
dpkg-reconfigure unattended-upgrades
然后,选择“是”并让它完成其工作。