diff --git a/README.md b/README.md index d2cb354..e00fc60 100644 --- a/README.md +++ b/README.md @@ -1259,6 +1259,11 @@ xcowsay ## System [[back to top](#handy-bash-one-liners)] +##### Follow the most recent logs from service +```bash +journalctl -u -f +``` + ##### Eliminate the zombie ```bash # A zombie is already dead, so you cannot kill it. You can eliminate the zombie by killing its parent.