Date created: Thursday, April 25, 2024 2:33:33 PM. Last modified: Sunday, October 27, 2024 4:48:51 PM
'journalctl' - Notes
Clean old logs:
sudo journalctl --vacuum-size=100M
or
sudo journalctl --vacuum-time=10d
Can use with --rotate:
sudo journalctl --vacuum-size=200M --rotate
Previous page: 'irssi' & 'screen' - Notes
Next page: 'jq' - Notes