mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
add sys admin
list all enable services
This commit is contained in:
parent
13f8f7a975
commit
9856d4c685
@ -1900,6 +1900,12 @@ tail -f --pid=<PID> filename.txt
|
|||||||
# replace <PID> with the process ID of the program.
|
# replace <PID> with the process ID of the program.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### List all enabled services
|
||||||
|
```bash
|
||||||
|
systemctl list-unit-files|grep enabled
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
[[back to top](#handy-bash-oneliner-commands)]
|
[[back to top](#handy-bash-oneliner-commands)]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user