mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
add command for 'system'
Follow the most recent logs
This commit is contained in:
parent
dbd01d0d40
commit
816dfa96f5
@ -1259,6 +1259,11 @@ xcowsay
|
|||||||
## System
|
## System
|
||||||
[[back to top](#handy-bash-one-liners)]
|
[[back to top](#handy-bash-one-liners)]
|
||||||
|
|
||||||
|
##### Follow the most recent logs from service
|
||||||
|
```bash
|
||||||
|
journalctl -u <service_name> -f
|
||||||
|
```
|
||||||
|
|
||||||
##### Eliminate the zombie
|
##### Eliminate the zombie
|
||||||
```bash
|
```bash
|
||||||
# A zombie is already dead, so you cannot kill it. You can eliminate the zombie by killing its parent.
|
# A zombie is already dead, so you cannot kill it. You can eliminate the zombie by killing its parent.
|
||||||
|
Loading…
Reference in New Issue
Block a user