journalctl
Query the systemd journal.
=> More information.
- Show all messages from this [b]oot:
journalctl -b
- Show all messages from last [b]oot:
journalctl -b -1
- Show all messages with priority level 3 (errors) from this [b]oot:
journalctl -b --priority={3}
- [f]ollow new messages (like
tail -f
for traditional syslog):
journalctl -f
- Show all messages by a specific [u]nit:
journalctl -u {unit}
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
journalctl --since {now|today|yesterday|tomorrow} --until {YYYY-MM-DD HH:MM:SS}
- Show all messages by a specific process:
journalctl _PID={pid}
- Show all messages by a specific executable:
journalctl {path/to/executable}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/journalctl.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.511893 milliseconds
- Gemini-to-HTML Time
- 0.868703 milliseconds
This content has been proxied by September (ba2dc).