Which three Statements describe the capabilities and functions of the chkconfig command in
Oracle Linux?
A.
It can be used to change the state of a service.
B.
It can be used to specify the run levels for which a service is to be activated.
C.
It can be used to list all services and their run levelsD. It can be used to check the status of a service to see if it is running.
E.
It can be used to add a service.
Explanation:
B, C, E
A. It can be used to change the state of a service.
B. It can be used to specify the run levels for which a service is to be activated.
C. It can be used to list all services and their run levels
D. It can be used to check the status of a service to see if it is running.
E. It can be used to add a service.
you’re great, do you have email?
B,C,E
B,C,E
Just to confirm that C is correct.
http://client.45thparallelinternetservices.com/knowledgebase/58/How-do-I-use-the-chkconfig-utility-to-add-or-remove-services-from-starting-up-automatically-on-my-Centos-linux-server.html
Meant to say E.
from man page :
chkconfig has five distinct functions: adding new services for management (E), removing services from management, listing the current startup information for services (C), changing the startup information for services (B), and checking the startup state of a particular service.
So B,C,E
B, C, E,