User Tools

Site Tools


ubuntu:services:list_running_service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:services:list_running_service [2019/12/08 14:19] peterubuntu: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 to get a list of all services =====
  
 <code bash> <code bash>
 systemctl -t service  systemctl -t service 
 +</code>
 +
 +or
 +
 +<code bash>
 +systemctl list-units --type=service
 </code> </code>
  
Line 25: Line 31:
 ---- ----
  
-====== Using systemd Staus ======+===== Only running services ===== 
 + 
 +<code bash> 
 +systemctl | grep running 
 +</code> 
 + 
 +---- 
 + 
 +===== Get Service Settings ===== 
 + 
 +<code bash> 
 +systemctl list-unit-files -t service  
 +</code> 
 + 
 +returns: 
 + 
 +<code bash> 
 +UNIT FILE                                  STATE           
 +accounts-daemon.service                    enabled         
 +acpid.service                              disabled        
 +alsa-restore.service                       static          
 +alsa-state.service                         static          
 +alsa-utils.service                         masked          
 +anacron.service                            enabled         
 +apparmor.service                           enabled         
 +apport-autoreport.service                  static          
 +apport-forward@.service                    static          
 +apport.service                             generated       
 +apt-daily-upgrade.service                  static          
 +apt-daily.service                          static          
 +autovt@.service                            enabled         
 +avahi-daemon.service                       enabled         
 +binfmt-support.service                     enabled         
 +blk-availability.service                   enabled         
 +bluetooth.service                          enabled         
 +</code> 
 + 
 +---- 
 + 
 +===== Using systemd Status =====
  
 <code bash> <code bash>
ubuntu/services/list_running_service.1575814756.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki