| @@ -0,0 +1,11 @@ | |||
| 1 | + | Last error logs from the previous boot: | |
| 2 | + | ||
| 3 | + | ``` | |
| 4 | + | journalctl -b -1 -p err..alert | |
| 5 | + | ``` | |
| 6 | + | ||
| 7 | + | Last error logs from the boot before that: | |
| 8 | + | ||
| 9 | + | ``` | |
| 10 | + | journalctl -b -2 -p err..alert | |
| 11 | + | ``` | |
mxsr / linux-logs.md
Last active 4 months ago