ubuntuセキュリティ
#Ubuntu
再起動が必要なパッケージを調べる
cat /var/run/reboot-required.pkgs
sudo apt-get update
sudo apt list --upgradable | grep security
sudo systemctl status unattended-upgrades
ubuntuは、デフォルトでセキュリティに関する自動更新が有効になっている
https://ubuntu.com/server/docs/how-to/software/automatic-updates/
参考
https://skrum.co.jp/blog/ubuntu-automatic-application-of-security-updates/