498 Bytes hinzugefügt,
06:53, 15. Aug. 2019 {{DISPLAYTITLE:journalctl/en}}
'''journalctl''' is a command to query the [[Special:MyLanguage/systemd|systemd]] journal.
Manpage: {{man|1|journalctl}}
== Common queries ==
; Show everything of this boot
: <syntaxhighlight lang="bash">journalctl -b # oder alternativ
journalctl --boot</syntaxhighlight>
; Show everything of the last boot
: <syntaxhighlight lang="bash">journalctl -b -1 # oder alternativ
journalctl --boot=-1</syntaxhighlight>
[[Category:Linux]]
[[Category:Systemd]]