Celeb Glow
updates | March 22, 2026

The list of running daemons

How to get the list of daemons and theirs statuses (stopped, running, crashed, etc) for each runlevel? Like rc-status in gentoo.

1 Answer

Run service --status-all to get a list off all the Upstart services and their status. (It basically issues a status command for all the services.)

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy