Main Menu

Search

LINUX: How To Check Which Services Are Enabled on Linux Machine? ("systemctl" command)

Below "systemctl" Command can be used to check all the services enabled on Linux machine.
systemctl list-unit-files 

Below is example snippet of above command.

UNIT FILE                                     STATE

tmp.mount                                     disabled
var-lib-nfs-rpc_pipefs.mount                  static
brandbot.path                                 enabled
systemd-ask-password-console.path             static
systemd-ask-password-wall.path                static
session-2.scope                               static
acpid.service                                 enabled


Products to which Article Applies


All Linux Operating Systems

Additional References


https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units





tarun boyella


No comments:

Post a Comment