Is there a way to get precise list of services with "is running"/"is not running" statuses specified.
service --status-all
outputs more than 30 ?
services.
Why is that output is so not informative? Is it that difficult to determine if service is running or not? And how to get the exact statuses for all services?
zerkms@ubuntu-server-11:~$ sudo service --status-all 2>&1|grep cron
[ ? ] cron
zerkms@ubuntu-server-11:~$ sudo service cron status
cron start/running, process 804
+
and-
, but most of services are marked with?
. It is just installed ubuntu-server 11.04 – zerkms Aug 06 '11 at 06:40