Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to view status of all services

📅 2015-Mar-23 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ service, status, system v, upstart ⬩ 📚 Archive

To view list of all System V init services with their status:

$ sudo service --status-all

The status code is interpreted as follows:

To view list of all Upstart services with their status:

$ sudo initctl list

Tried with: Ubuntu 14.04


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧