How do you get a list of all starting services?

I know about the update-rc.d SERVICE OPTIONS command to add and remove services from startup, but how do I use it to get a list of all the services that are currently configured to start at startup?

Is there some other way to get this list?


Solution 1:

See the attached link.

UbuntuBootupHowto

The command is

service --status-all

Solution 2:

You could use BUM.

enter image description here