Listing Services with Systemctl

Discussion in 'Linux' started by Gabriel9999, Oct 11, 2019.

Tags:
  1. Gabriel9999

    Gabriel9999 MDL Novice

    Mar 11, 2019
    37
    5
    0
    I want to list services currently installed in an ubuntu box. Also want to list the status of the listed services. Thanks.
     
  2. verndog

    verndog MDL Member

    May 3, 2010
    211
    93
    10
    This will list active services:
    Code:
    systemctl list-unit-files --state=enabled --no-pager