ubuntu:services:list_running_service
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:services:list_running_service [2020/07/15 09:30] – external edit 127.0.0.1 | ubuntu:services:list_running_service [2021/06/22 11:26] (current) – [Using systemd Status] peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Services - List Running Services ====== | ====== Ubuntu - Services - List Running Services ====== | ||
- | ====== Using systemd Service | + | ===== Using systemd Service |
<code bash> | <code bash> | ||
systemctl -t service | systemctl -t service | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | <code bash> | ||
+ | systemctl list-units --type=service | ||
</ | </ | ||
Line 21: | Line 27: | ||
bluetooth.service | bluetooth.service | ||
... | ... | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Only running services ===== | ||
+ | |||
+ | <code bash> | ||
+ | systemctl | grep running | ||
</ | </ | ||
Line 54: | Line 68: | ||
</ | </ | ||
+ | ---- | ||
- | ====== Using systemd Status | + | ===== Using systemd Status ===== |
<code bash> | <code bash> |
ubuntu/services/list_running_service.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1