Listing Services with Systemctl

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

Tags:
  1. Gabriel9999

    Gabriel9999 MDL Novice

    Joined:
    Mar 11, 2019
    Messages:
    37
    Likes Received:
    5
    Trophy Points:
    0
    I want to list services currently installed in an ubuntu box. Also want to list the status of the listed services. Thanks.
     
  2. samueltarcin9999

    samueltarcin9999 MDL Novice

    Joined:
    Mar 11, 2019
    Messages:
    37
    Likes Received:
    10
    Trophy Points:
    0
  3. verndog

    verndog MDL Member

    Joined:
    May 3, 2010
    Messages:
    114
    Likes Received:
    34
    Trophy Points:
    10
    This will list active services:
    Code:
    systemctl list-unit-files --state=enabled --no-pager