minus-squareeneff@discuss.tchncs.detoLinux@lemmy.ml•How can I view logs from last session?linkfedilinkarrow-up0·edit-211 days agoYou can use journalctl -b <index>, where 0 is the current boot session, -1 the previous boot session and so on. You can see all sessions with journalctl --list-boots if you want to pick a specific one. linkfedilink
You can use
journalctl -b <index>
, where 0 is the current boot session, -1 the previous boot session and so on.You can see all sessions with
journalctl --list-boots
if you want to pick a specific one.