Linux

Force Linux Reboot

Linux Commands

The following command will force an instant reboot of a Linux system 1 echo b > /proc/sysrq-trigger

journald

Linux Journald

Retain only the past two days: 1 journalctl --vacuum-time=2d Retain only the past 500 MB: 1 journalctl --vacuum-size=500M