Last Sync: 2022-08-21 09:30:04

This commit is contained in:
tactonbishop 2022-08-21 09:30:04 +01:00
parent 04b59953f7
commit 1e20a3d7c0

View file

@ -46,3 +46,10 @@ journalctl -b
journalctl --list-boots journalctl --list-boots
``` ```
### List only kernel entries to the journal
```bash
journalctl -k
```