Skip to main content

To use journalctl to view the logs of the last reboot use the following:

journalctl --boot=-1

This command is handy for viewing logs right before a crash. Do the above command then use shift-g to go to the bottom of the list.

Category