journalctl/en
Zur Navigation springen
Zur Suche springen
journalctl is a command to query the systemd journal.
Manpage: man journalctl(1)
Common queries
- Show everything of this boot
journalctl -b # oder alternativ journalctl --boot
- Show everything of the last boot
journalctl -b -1 # oder alternativ journalctl --boot=-1