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

@ -45,4 +45,11 @@ journalctl -b
```bash
journalctl --list-boots
```
### List only kernel entries to the journal
```bash
journalctl -k
```