From 1e20a3d7c08ff63df9993b369dd69ba1210ba174 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sun, 21 Aug 2022 09:30:04 +0100 Subject: [PATCH] Last Sync: 2022-08-21 09:30:04 --- Linux/journald.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Linux/journald.md b/Linux/journald.md index f3a085e..130371d 100644 --- a/Linux/journald.md +++ b/Linux/journald.md @@ -45,4 +45,11 @@ journalctl -b ```bash journalctl --list-boots +``` + +### List only kernel entries to the journal + +```bash +journalctl -k + ``` \ No newline at end of file