nixCraft 🐧 on Nostr: List #Linux boot numbers: journalctl --list-boots See kernel boot logs from the ...
List #Linux boot numbers:
journalctl --list-boots
See kernel boot logs from the current boot
journalctl -b
See logs from the previous boot:
journalctl -b -1
See all Linux kernel logs from previous boot
journalctl -k -b -1
See https://www.cyberciti.biz/faq/ubuntu-view-boot-log/ for more info
journalctl --list-boots
See kernel boot logs from the current boot
journalctl -b
See logs from the previous boot:
journalctl -b -1
See all Linux kernel logs from previous boot
journalctl -k -b -1
See https://www.cyberciti.biz/faq/ubuntu-view-boot-log/ for more info