From 816dfa96f5929c2b5a049828d6351ca2fde12d0e Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Thu, 26 Sep 2019 22:02:58 +0800 Subject: [PATCH] add command for 'system' Follow the most recent logs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.