Which statement is true concerning the /etc/sysconfig directory and its files and subdirectories?
A.
The contents are always the same for a specific version of the Oracle Linux Kernel.
B.
The file /etc/sysconfig/init is used by upstart to control the attributes of the tty devices that get
started.
C.
The directory /etc/sysconfig/network-scripts contains files that must not be modified while the
network is up.
D.
The files only contain default values for certain daemon processes.
Explanation:
The /etc/sysconfig/init file controls how the system appears and functions during the
boot process.
Note: The /etc/sysconfig directory contains files that control your system’s configuration. The
contents of this directory depend on the packages that you have installed on your system
Correct answer is B
D is correct
Answer : B
Reason : init from the sysvinit package has been replaced with Upstart, an event-based init system. The number of active tty consoles is now set by the ACTIVE_CONSOLES variable in /etc/sysconfig/init, which is read by the /etc/init/start-ttys.conf job.