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