Last updated 8 months ago
To get errors in running services, we can journalctl command to list out the errors from system journals.
journalctl
journalctl -p -3 -xb
Here, -x provides extra information, and -b arguments limits errors since last boot.
-x
-b
Source: