Journalctl/en: Unterschied zwischen den Versionen

Aus VGKB
Zur Navigation springen Zur Suche springen
(created)
 
(kein Unterschied)

Aktuelle Version vom 15. August 2019, 06:53 Uhr

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