> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/journalctl.md).

# Journalctl

> journalctl - Query the systemd journal

`journalctl` is a command line utility in Linux that can be used to query the systemd journal.

## TIL(s)

* [Clear Journald Logs](/linux/journalctl/clear-journalctl-logs.md)
* [Get Errors in Running Services using Journalctl](/linux/journalctl/get-errors-in-running-services-using-journalctl.md)
