linux-logs.md
· 163 B · Markdown
Raw
Last error logs from the previous boot:
```
journalctl -b -1 -p err..alert
```
Last error logs from the boot before that:
```
journalctl -b -2 -p err..alert
```
Last error logs from the previous boot:
journalctl -b -1 -p err..alert
Last error logs from the boot before that:
journalctl -b -2 -p err..alert