>_ linuxcommand.dev
Startseite journalctl
System

journalctl

Query and display the systemd journal.

Syntax
$journalctl [OPTIONS]
Examples
Examples
$journalctl -xe
Examples
$journalctl -u nginx
Typical use cases
Recent errors
journalctl -xe
Service logs
journalctl -u nginx
Follow live
journalctl -f
Note Use -u for a unit, -f to follow logs, and -xe for recent errors.
Export