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 [2019/12/08 14:19] – peter | 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 25: | Line 31: | ||
---- | ---- | ||
- | ====== Using systemd | + | ===== Only running services ===== |
+ | |||
+ | <code bash> | ||
+ | systemctl | grep running | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Get Service Settings ===== | ||
+ | |||
+ | <code bash> | ||
+ | systemctl list-unit-files -t service | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | UNIT FILE STATE | ||
+ | accounts-daemon.service | ||
+ | acpid.service | ||
+ | alsa-restore.service | ||
+ | alsa-state.service | ||
+ | alsa-utils.service | ||
+ | anacron.service | ||
+ | apparmor.service | ||
+ | apport-autoreport.service | ||
+ | apport-forward@.service | ||
+ | apport.service | ||
+ | apt-daily-upgrade.service | ||
+ | apt-daily.service | ||
+ | autovt@.service | ||
+ | avahi-daemon.service | ||
+ | binfmt-support.service | ||
+ | blk-availability.service | ||
+ | bluetooth.service | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Using systemd | ||
<code bash> | <code bash> |
ubuntu/services/list_running_service.1575814756.txt.gz · Last modified: 2020/07/15 09:30 (external edit)