QUESTIONS AND CORRECT ANSWERS
COMPREHENSIVE STUDY GUIDE GRADED
A+
⩥ Where is the hardware support done in Unix?
A) In the shell
B) In the programs
C) In the Kernel
D) In the Utilities
E) None of the above.
Answer: C
⩥ Why does the ./configure step need to come first in the installation
process?
a) It determines the necessary dependencies and licensing issues.
b) It copies the source code to the correct location.
c) It determines the type of hardware and goes from there to generate the
make file.
d) It customizes the installation steps.
e) The steps can be done in any order..
Answer: C
, ⩥ What will happen if the default system initialization System V
runlevel of a computer is changed to level 6 (/etc/rc6.d)?
a. The computer will boot into single user mode
b) The computer will reboot once
c) The computer will constantly reboot
d) The computer will boot into multi-user mode
e) The computer will boot a graphical console mode.
Answer: C
⩥ Which of the following is NOT a benefit of using modular kernels?
a) Instability from bad code is reduced
b) Code can be dynamically added to the kernel
c) They are significantly faster and simpler
d) They remove all security vulnerabilities from the kernel
e) All of the above are benefits of modular kernels.
Answer: D
⩥ The file that contains a Linux CentOS machine's DNS server is:
a.) /etc/hosts
b.) /etc/shadow
c.) /etc/rc.conf