Tail journal output like tail -f.

Section: Basics

Follow live logs

bash
bash
journalctl -f
Explanation

Streams new log entries as they arrive.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Basics
Show last N lines
Limit output to recent entries.
OpenIn sheetbashsame section
Show journal logs
Print the journal from oldest to newest by default.
OpenIn sheetbashsame section
Show newest first
Reverse output order.
OpenIn sheetbashsame section
Disable pager
Print directly to stdout.
OpenIn sheetbashsame section
Follow service logs
Tail logs for a specific unit.
OpenIn sheetbash2 tag match
Logs for one unit
Show logs for a service unit.
OpenIn sheetbash1 tag match