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:17] 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 ======+===== Using systemd Service to get a list of all services ===== 
 + 
 +<code bash> 
 +systemctl -t service  
 +</code> 
 + 
 +or 
 + 
 +<code bash> 
 +systemctl list-units --type=service 
 +</code> 
 + 
 +returns: 
 + 
 +<code bash> 
 +UNIT                                                  LOAD   ACTIVE SUB     DESCRIPTION                                                                   
 +accounts-daemon.service                               loaded active running Accounts Service                                                              
 +acpid.service                                         loaded active running ACPI event daemon                                                             
 +alsa-restore.service                                  loaded active exited  Save/Restore Sound Card State                                                 
 +apparmor.service                                      loaded active exited  AppArmor initialization                                                       
 +apport.service                                        loaded active exited  LSB: automatic crash report generation                                        
 +avahi-daemon.service                                  loaded active running Avahi mDNS/DNS-SD Stack                                                       
 +binfmt-support.service                                loaded active exited  Enable support for additional executable binary formats                       
 +blk-availability.service                              loaded active exited  Availability of block devices                                                 
 +bluetooth.service                                     loaded active running Bluetooth service                                                             
 +... 
 +</code> 
 + 
 +---- 
 + 
 +===== 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>
Line 30: Line 99:
            │ │ │ │ ├─19343 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes            │ │ │ │ ├─19343 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
            │ │ │ │ ├─19628 /usr/lib/gvfs/gvfsd-trash --spawner :1.22 /org/gtk/gvfs/exec_spaw/0            │ │ │ │ ├─19628 /usr/lib/gvfs/gvfsd-trash --spawner :1.22 /org/gtk/gvfs/exec_spaw/0
-           │ │ │ │ ├─25640 /usr/lib/gvfs/gvfsd-network --spawner :1.22 /org/gtk/gvfs/exec_spaw/1 
-           │ │ │ │ └─25665 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.22 /org/gtk/gvfs/exec_spaw/5 
-           │ │ │ ├─evolution-source-registry.service 
-           │ │ │ │ └─19417 /usr/lib/evolution/evolution-source-registry 
-           │ │ │ ├─gvfs-udisks2-volume-monitor.service 
-           │ │ │ │ └─19441 /usr/lib/gvfs/gvfs-udisks2-volume-monitor 
-           │ │ │ ├─gnome-terminal-server.service 
-           │ │ │ │ ├─15448 bash 
-           │ │ │ │ ├─17201 ssh 192.168.1.2 
-           │ │ │ │ ├─20355 bash 
-           │ │ │ │ ├─21411 /usr/lib/gnome-terminal/gnome-terminal-server 
-           │ │ │ │ ├─21421 bash 
-           │ │ │ │ ├─22489 bash 
-           │ │ │ │ ├─27701 /usr/bin/python /usr/bin/docker-compose up 
-           │ │ │ │ ├─29173 systemctl status 
-           │ │ │ │ └─29174 pager 
-           │ │ │ ├─init.scope 
-           │ │ │ │ ├─19179 /lib/systemd/systemd --user 
-           │ │ │ │ └─19180 (sd-pam) 
-           │ │ │ ├─gvfs-gphoto2-volume-monitor.service 
-           │ │ │ │ └─19446 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor 
-           │ │ │ ├─at-spi-dbus-bus.service 
-           │ │ │ │ ├─19308 /usr/lib/at-spi2-core/at-spi-bus-launcher 
-           │ │ │ │ ├─19313 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3 
-           │ │ │ │ └─19315 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session 
-           │ │ │ ├─gvfs-metadata.service 
-           │ │ │ │ └─19778 /usr/lib/gvfs/gvfsd-metadata 
-           │ │ │ ├─dbus.service 
-           │ │ │ │ ├─19203 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 
-           │ │ │ │ ├─19397 /usr/lib/ibus/ibus-portal 
-           │ │ │ │ ├─19412 /usr/lib/gnome-shell/gnome-shell-calendar-server 
-           │ │ │ │ ├─19424 /usr/lib/gnome-online-accounts/goa-daemon 
-           │ │ │ │ ├─19457 /usr/lib/gnome-online-accounts/goa-identity-service 
-           │ │ │ │ ├─19686 /usr/lib/dconf/dconf-service 
-           │ │ │ │ └─25318 /usr/bin/python3 /usr/bin/chrome-gnome-shell --gapplication-service 
-           │ │ │ ├─evolution-addressbook-factory.service 
-           │ │ │ │ ├─19752 /usr/lib/evolution/evolution-addressbook-factory 
-           │ │ │ │ └─19760 /usr/lib/evolution/evolution-addressbook-factory-subprocess --factory all --bus-name org.gnome.evolution.dataserver.Subprocess.Backend.AddressBookx19752x2 --own-path /org/gnome/evolution/dataserver/Subprocess/Backend/AddressBook/19752/2 
-           │ │ │ ├─gvfs-mtp-volume-monitor.service 
-           │ │ │ │ └─19469 /usr/lib/gvfs/gvfs-mtp-volume-monitor 
-           │ │ │ ├─gvfs-afc-volume-monitor.service 
-           │ │ │ │ └─19464 /usr/lib/gvfs/gvfs-afc-volume-monitor 
-           │ │ │ └─evince.service 
-           │ │ │   └─1042 /usr/lib/evince/evinced 
-           │ │ └─session-4.scope 
-           │ │   ├─ 1035 evince /home/peter/Downloads/Documents/xg-7100-security-gateway-manual.pdf 
-           │ │   ├─ 1845 /usr/lib/deja-dup/deja-dup-monitor 
-           │ │   ├─ 6155 /bin/sh /home/peter/newshosting-2.9.9/newshosting.sh 
-           │ │   ├─ 6161 /home/peter/newshosting-2.9.9/newshosting 
-           │ │   ├─ 7132 /usr/lib/firefox/firefox -contentproc -childID 10 -isForBrowser -prefsLen 7595 -prefMapSize 206322 -parentBuildID 20191031085722 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 19575 true tab 
-           │ │   ├─11278 /usr/lib/firefox/firefox -contentproc -childID 11 -isForBrowser -prefsLen 7595 -prefMapSize 206322 -parentBuildID 20191031085722 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 19575 true tab 
-           │ │   ├─16344 /usr/lib/firefox/firefox -contentproc -childID 9 -isForBrowser -prefsLen 7595 -prefMapSize 206322 -parentBuildID 20191031085722 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 19575 true tab 
-           │ │   ├─17477 gdm-session-worker [pam/gdm-password] 
-... 
-</code> 
- 
----- 
- 
-<code bash> 
-systemctl -t service  
-</code> 
- 
-returns: 
- 
-<code bash> 
-UNIT                                                  LOAD   ACTIVE SUB     DESCRIPTION                                                                   
-accounts-daemon.service                               loaded active running Accounts Service                                                              
-acpid.service                                         loaded active running ACPI event daemon                                                             
-alsa-restore.service                                  loaded active exited  Save/Restore Sound Card State                                                 
-apparmor.service                                      loaded active exited  AppArmor initialization                                                       
-apport.service                                        loaded active exited  LSB: automatic crash report generation                                        
-avahi-daemon.service                                  loaded active running Avahi mDNS/DNS-SD Stack                                                       
-binfmt-support.service                                loaded active exited  Enable support for additional executable binary formats                       
-blk-availability.service                              loaded active exited  Availability of block devices                                                 
-bluetooth.service                                     loaded active running Bluetooth service                                                             
-bolt.service                                          loaded active running Thunderbolt system service                                                    
-colord.service                                        loaded active running Manage, Install and Generate Color Profiles                                   
-console-setup.service                                 loaded active exited  Set console font and keymap                                                   
-containerd.service                                    loaded active running containerd container runtime                                                  
-cron.service                                          loaded active running Regular background program processing daemon                                  
-cups-browsed.service                                  loaded active running Make remote CUPS printers available locally                                   
-cups.service                                          loaded active running CUPS Scheduler                                                                
-dbus.service                                          loaded active running D-Bus System Message Bus                                                      
-docker.service                                        loaded active running Docker Application Container Engine                                           
-ebtables.service                                      loaded active exited  ebtables ruleset management                                                   
-expressvpn.service                                    loaded active running ExpressVPN Daemon                                                             
-fwupd.service                                         loaded active running Firmware update daemon                                                        
-gdm.service                                           loaded active running GNOME Display Manager                                                         
-grub-common.service                                   loaded active exited  LSB: Record successful boot for GRUB                                          
-irqbalance.service                                    loaded active running irqbalance daemon                                                             
-kerneloops.service                                    loaded active running Tool to automatically collect and submit kernel crash signatures              
-keyboard-setup.service                                loaded active exited  Set the console keyboard layout                                               
-kmod-static-nodes.service                             loaded active exited  Create list of required static device nodes for the current kernel            
-libvirt-guests.service                                loaded active exited  Suspend/Resume Running libvirt Guests                                         
-libvirtd.service                                      loaded active running Virtualization daemon                                                         
-lm-sensors.service                                    loaded active exited  Initialize hardware monitoring sensors                                        
-lvm2-lvmetad.service                                  loaded active running LVM2 metadata daemon                                                          
-lvm2-monitor.service                                  loaded active exited  Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling 
-lvm2-pvscan@8:2.service                               loaded active exited  LVM2 PV scan on device 8:2                                                    
-ModemManager.service                                  loaded active running Modem Manager                                                                 
-networkd-dispatcher.service                           loaded active running Dispatcher daemon for systemd-networkd                                        
-networking.service                                    loaded active exited  Raise network interfaces                                       
 ... ...
 </code> </code>
ubuntu/services/list_running_service.1575814639.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki