0

Command to view status of service in centos

hello...,

how to check all services status in single command on centos 6.7...?

Service pack Add a comment
gabriel
asked Aug 28 2017

Answer

0

if you want to know all active and inactive service status run below service command.

# service --status-all

Add a comment
arunkumarak
asked Aug 28 2017
edited Oct 05 2018
Post your Answer
0

Same service --status-all i executed in ubuntu it shows below output .... what does the symbols [ + ] and [ - ] stands for....? why it presented before all the services............?

 [ + ]  acpid
 [ - ]  alsa-utils
 [ - ]  anacron
 [ + ]  apparmor
 [ + ]  apport
 [ + ]  avahi-daemon
 [ - ]  bluetooth
 [ - ]  bootmisc.sh
 [ - ]  brltty
 [ - ]  checkfs.sh
 [ - ]  checkroot-bootclean.sh
 [ - ]  checkroot.sh
 [ + ]  console-setup
 [ + ]  cron
 [ - ]  cups
 [ + ]  cups-browsed
 [ + ]  dbus
 [ - ]  dns-clean
Add a comment
gabriel
asked Aug 28 2017
edited Oct 05 2018
Post your Answer
0

Symbols [ + ] and [ - ] are indicating the status of service ... The [ + ] symbols based services are active states and [ - ] symbols based services are inactive or might be crashed services....

Add a comment
arunkumarak
asked Aug 29 2017
edited Oct 05 2018
Post your Answer