Introduction to Linux I Chapter 16 Exam

Last Updated on April 2, 2018 by Admin

Introduction to Linux I Chapter 16 Exam Answer

  1. Question ID 814
    The first stage of the boot process is:

    • The kernel phase
    • The firmware (BIOS/UEFI) stage
    • The init phase
    • The Bootloader (LILO/GRUB) stage
  2. Question ID 815
    The second stage of the boot process is:

    • The firmware (BIOS/UEFI) stage
    • The kernel phase
    • The init phase
    • The Bootloader (LILO/GRUB) stage
  3.  

  4. Question ID 816
    The third stage of the boot process is:

    • The Bootloader (LILO/GRUB) stage
    • The init phase
    • The firmware (BIOS/UEFI) stage
    • The kernel phase
  5. Question ID 817
    The fourth stage of the boot process is:

    • The Bootloader (LILO/GRUB) stage
    • The kernel
    • The firmware (BIOS/UEFI) stage
    • The init phase
  6. Question ID 818
    The bootloader (GRUB/LILO) loads which of the following components into memory?
    (choose two)

    • The ramdisk
    • The root filesystem
    • The kernel
    • The init process
  7.  

  8. Question ID 1004
    The first process that the kernel launches is called the _____ process.

    • kernel
    • startx
    • sys
    • init
  9. Question ID 1005
    The program that first starts the boot process is called the _____.

    • start
    • bootloader
    • exec
    • boot
  10. Question ID 1029
    Which file is overwritten at the end of each boot process with the messages that were generated while booting?

    • /var/log/dmsg
    • /var/log/dmesg
    • /var/tmp/dmesg
    • /var/msg/dmesg
  11.  

  12. Question ID 1030
    Which of the following is not a function of the dmesg command?

    • Check how the kernel has dealt with a new device
    • Alter the level of messages that the kernel prints to the console
    • Add a new network interface
    • View the messages generated by the kernel during boot time
  13. Question ID 1031
    Which of the following is not a daemon used for logging?

    • ilogd
    • klogd
    • syslogd
    • rsyslogd
  14. Question ID 1032
    Which directory is used primarily for storing log messages?

    • /var/logging
    • /var/tmp
    • /var/log
    • /var/spool