add command for 'system'

Follow the most recent logs
This commit is contained in:
Bonnie I-Man Ng
2019-09-26 22:02:58 +08:00
committed by GitHub
parent dbd01d0d40
commit 816dfa96f5

View File

@ -1259,6 +1259,11 @@ xcowsay
## System
[[back to top](#handy-bash-one-liners)]
##### Follow the most recent logs from service
```bash
journalctl -u <service_name> -f
```
##### Eliminate the zombie
```bash
# A zombie is already dead, so you cannot kill it. You can eliminate the zombie by killing its parent.