mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +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
|
||||
[[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.
|
||||
|
Loading…
Reference in New Issue
Block a user