journalctlConsulta o diário do systemd. Veja também:
dmesg. Mais informações: https://www.freedesktop.org/software/systemd/man/latest/journalctl.html.
n linhas e segue novas mensagens (similar ao tail --follow para o syslog tradicional):journalctl {{[-n|--lines]}} {{n}} {{[-f|--follow]}}
journalctl {{[-b|--boot]}} -1 {{[-p|--priority]}} 3
journalctl {{[-u|--unit]}} {{unidade}}
journalctl _SYSTEMD_INVOCATION_ID=$(systemctl show --value --property=InvocationID {{unidade}})
journalctl {{[-S|--since]}} {{now|today|yesterday|tomorrow|...}} {{[-U|--until]}} "{{AAAA-MM-DD HH:MM:SS}}"
journalctl _PID={{pid}}
journalctl {{caminho/para/executável}}
journalctl --vacuum-time 2d