How to get last crash log from ArchLInux
journalctl --since=today
Reference
To get the log of the last boot, execute as root or with sudo
:
journalctl -b -1
learned from this discussion.
journalctl --since=today
Reference
To get the log of the last boot, execute as root or with sudo
:
journalctl -b -1
learned from this discussion.