Skip to content

Instantly share code, notes, and snippets.

@narfel
Created February 13, 2020 19:11
Show Gist options
  • Save narfel/3c5abfc12e6db0e28c8577caae55d18c to your computer and use it in GitHub Desktop.
Save narfel/3c5abfc12e6db0e28c8577caae55d18c to your computer and use it in GitHub Desktop.
status of unattended upgrades in ubuntu server
check the timestamp files for the various apt components:
---------------------------------------------------------
ls -l /var/lib/apt/periodic/
check the unattended-upgrades logfile:
--------------------------------------
tail -f /var/log/unattended-upgrades/unattended-upgrades.log
source: https://askubuntu.com/questions/934807/unattended-upgrades-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment