Journalctl/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Viktor (Diskussion | Beiträge) (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