How to display a list of all startup services for Linux

To see all startup services on Linux

To see a list of all startup service on a Linux system, issue the following command:

Ubuntu

service --status-all

CentOS

systemctl list-unit-files --type=service

Reference

https://askubuntu.com/questions/218/command-to-list-services-that-start-on-startup

Tags

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top