📅 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:
+
: Running
-
: Stopped
?
: Unknown
To view list of all Upstart services with their status:
$ sudo initctl list
Tried with: Ubuntu 14.04