Linux+ Networking Chapter 9

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Ajeff
A
Ajeff
Community Contributor
Quizzes Created: 39 | Total Attempts: 53,533
Questions: 19 | Attempts: 578

SettingsSettingsSettings
Linux Plus Networking Quizzes & Trivia

Linux+ Networking Chapter 9


Questions and Answers
  • 1. 

    Which command can be used to fine-tune the vsync and hsync of a video card for use in X Windows?

    • A.

      Vidtune

    • B.

      Synctune

    • C.

      Xvidtune

    • D.

      Vhtune

    Correct Answer
    C. Xvidtune
    Explanation
    The command "xvidtune" can be used to fine-tune the vsync and hsync of a video card for use in X Windows. This command allows users to adjust the vertical sync (vsync) and horizontal sync (hsync) settings of their video card, which can help optimize the display and prevent issues such as screen tearing or flickering. By using "xvidtune," users can customize these settings according to their preferences and the capabilities of their video card and monitor.

    Rate this question:

  • 2. 

    Which of the following statements is true?

    • A.

      GRUB needs to be reinstalled after it has been modified.

    • B.

      LILO need not be reinstalled after it has been modified.

    • C.

      GRUB points to LILO.

    • D.

      GRUB need not be reinstalled after it has been modified.

    Correct Answer
    D. GRUB need not be reinstalled after it has been modified.
    Explanation
    GRUB (Grand Unified Bootloader) is a commonly used bootloader in Linux systems. When GRUB is modified, such as when changes are made to its configuration file, it does not need to be reinstalled for the modifications to take effect. Instead, the modified configuration file is read by GRUB during the boot process. Therefore, the statement "GRUB need not be reinstalled after it has been modified" is true.

    Rate this question:

  • 3. 

    If GRUB has been password protected, what must you type to enter the password when at the graphical GRUB screen?

    • A.

      Pass

    • B.

      Pwd

    • C.

      Passwd

    • D.

      P

    Correct Answer
    D. P
    Explanation
    To enter the password when at the graphical GRUB screen, you must type "p".

    Rate this question:

  • 4. 

    Which runlevel halts the system?

    • A.

      1

    • B.

      6

    • C.

      0

    • D.

      5

    Correct Answer
    C. 0
    Explanation
    Runlevel 0 is the correct answer because it is responsible for shutting down the system. In Linux, runlevels are different operating states of a system, and runlevel 0 specifically represents the halt state. When the system enters runlevel 0, all processes are stopped, and the system is powered off or rebooted.

    Rate this question:

  • 5. 

    Which file does init reference on startup to determine what to configure for a given runlevel?

    • A.

      /etc/initstate

    • B.

      /inittab

    • C.

      /etc/init

    • D.

      /etc/inittab

    Correct Answer
    D. /etc/inittab
    Explanation
    The correct answer is /etc/inittab. The init process in Linux references the /etc/inittab file on startup to determine what to configure for a given runlevel. The inittab file contains information about the default runlevel, the processes to be started or stopped at each runlevel, and various other system initialization settings.

    Rate this question:

  • 6. 

    Which two commands entered at a command prompt start X Windows, the Window Manager, and the default desktop environment? (Choose two answers.)

    • A.

      Startgui

    • B.

      Gdm

    • C.

      Startx

    • D.

      Winstart

    Correct Answer(s)
    B. Gdm
    C. Startx
    Explanation
    The correct answers are gdm and startx. Gdm is a command that starts the GNOME Display Manager, which is responsible for managing the graphical login screen. Startx is a command that starts the X Window System, which is the underlying framework for graphical user interfaces on Unix-like operating systems. Together, these two commands initiate the X Windows system, the Window Manager, and the default desktop environment.

    Rate this question:

  • 7. 

    Which of the following statements is true?

    • A.

      The boot loader points to the MBR.

    • B.

      Either the MBR or the active partition can contain the boot loader.

    • C.

      Both the MBR and the active partition point to the boot loader.

    • D.

      The boot loader points to the active partition.

    Correct Answer
    B. Either the MBR or the active partition can contain the boot loader.
    Explanation
    The boot loader can be located either in the MBR (Master Boot Record) or in the active partition. This means that the boot loader can be stored in either the first sector of the hard drive (MBR) or in the active partition, which is the partition that is currently being used to boot the operating system. Therefore, it is true that either the MBR or the active partition can contain the boot loader.

    Rate this question:

  • 8. 

    Which command is used to reinstall LILO after its configuration has been altered?

    • A.

      Lilo

    • B.

      Refresh

    • C.

      Set lilo

    • D.

      Reset lilo

    Correct Answer
    A. Lilo
    Explanation
    The correct answer is "lilo." LILO is a boot loader for Linux operating systems, and it is used to load the operating system into memory during the boot process. If the configuration of LILO has been altered, the "lilo" command can be used to reinstall it and update the boot loader configuration. This ensures that the system can properly boot into the Linux operating system.

    Rate this question:

  • 9. 

    What keyword in the LILO configuration file specifies the absolute pathname to the Linux kernel?

    • A.

      Default

    • B.

      Prompt

    • C.

      Root

    • D.

      Image

    Correct Answer
    D. Image
    Explanation
    The keyword "image" in the LILO configuration file specifies the absolute pathname to the Linux kernel. This keyword is used to define the location of the kernel image that LILO will load during the boot process. By specifying the correct pathname to the Linux kernel using the "image" keyword, LILO can successfully load and boot the Linux operating system.

    Rate this question:

  • 10. 

    To make dual booting as easy as possible, Linux should be the second operating system installed. True or False?

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    To make dual booting as easy as possible, Linux should be the second operating system installed. This is because Linux is generally more flexible and accommodating when it comes to coexisting with other operating systems. By installing Linux as the second operating system, it allows for better compatibility and reduces the chances of any conflicts or issues arising during the dual boot setup. Additionally, Linux often provides better tools and utilities for managing the boot process and configuring the dual boot environment.

    Rate this question:

  • 11. 

    How many active partitions can there be per hard disk drive?

    • A.

      4

    • B.

      16

    • C.

      1

    • D.

      2

    Correct Answer
    C. 1
    Explanation
    Each hard disk drive can have only one active partition. An active partition is a partition that contains an operating system and is set as the bootable partition. Having multiple active partitions on a single hard disk drive would cause conflicts and make it difficult for the computer to determine which partition to boot from. Therefore, the correct answer is 1.

    Rate this question:

  • 12. 

    Which of the following indicates the second partition on the third hard disk drive to GRUB?

    • A.

      (hd3,2)

    • B.

      (hd4,3)

    • C.

      (hd2,3)

    • D.

      (hd2,1)

    Correct Answer
    D. (hd2,1)
    Explanation
    The answer (hd2,1) indicates the second partition on the third hard disk drive to GRUB. In the notation (hdX,Y), X represents the hard disk number starting from 0, and Y represents the partition number starting from 1. So, (hd2,1) means the second partition on the third hard disk drive.

    Rate this question:

  • 13. 

    Which two implementations of X Windows are commonly used in Linux? (Choose two answers.)

    • A.

      X.org

    • B.

      XFce

    • C.

      Xconfigurator

    • D.

      XFree86

    Correct Answer(s)
    A. X.org
    D. XFree86
    Explanation
    X.org and XFree86 are commonly used implementations of X Windows in Linux. X.org is the default implementation in many Linux distributions and is known for its stability and support for modern hardware. XFree86 was the original implementation of X Windows and is still used in some older Linux systems. Both implementations provide the necessary software and protocols for running graphical user interfaces in Linux.

    Rate this question:

  • 14. 

    What is the name of the directory that contains the configuration information for runlevel 2?

    • A.

      /etc/rc.d/rc2.d

    • B.

      /rc.d/rc2.d

    • C.

      /etc/rc.d/l2.d

    • D.

      /etc/inittab/rc2/d

    Correct Answer
    A. /etc/rc.d/rc2.d
    Explanation
    The correct answer is /etc/rc.d/rc2.d. This directory contains the configuration information for runlevel 2. Runlevel 2 is a multi-user mode with networking, and the rc2.d directory is where the system scripts and services that need to be started or stopped at this runlevel are stored.

    Rate this question:

  • 15. 

    In what directory is the Linux kernel stored?

    • A.

      /boot

    • B.

      /root

    • C.

      /bin

    • D.

      /

    Correct Answer
    A. /boot
    Explanation
    The Linux kernel is stored in the "/boot" directory. This directory contains the necessary files for booting the system, including the kernel image. By storing the kernel in this directory, it can be easily accessed and loaded during the boot process.

    Rate this question:

  • 16. 

    If a user enters Single User Mode, who is she automatically logged in as?

    • A.

      The user name she provided

    • B.

      Root

    • C.

      Admin

    • D.

      There is no user available in Single User Mode

    Correct Answer
    B. Root
    Explanation
    In Single User Mode, the user is automatically logged in as the root user. Root is the superuser or administrator account in Unix-like operating systems, with complete control over the system. In Single User Mode, only the root user has access to the system, allowing them to perform maintenance tasks or troubleshoot issues without interference from other users or services.

    Rate this question:

  • 17. 

    The first process generated on a Linux system is ___________.

    • A.

      Initstate

    • B.

      Inittab

    • C.

      Init

    • D.

      Linux

    Correct Answer
    C. Init
    Explanation
    The correct answer is "init". In Linux systems, "init" is the first process that is generated. It is responsible for initializing the system and starting other processes. It has a process ID of 1 and serves as the parent process for all other processes in the system. "init" is essential for the proper functioning of the operating system.

    Rate this question:

  • 18. 

    Which command causes the system to enter Single User Mode?

    • A.

      Init 0

    • B.

      Init 1

    • C.

      Init 6

    • D.

      Initstate 5

    Correct Answer
    B. Init 1
    Explanation
    The command "init 1" causes the system to enter Single User Mode. In Single User Mode, the system boots into a minimal environment with only one user (the root user) logged in. This mode is typically used for system maintenance and troubleshooting tasks, as it provides direct access to the system without any other users or services running.

    Rate this question:

  • 19. 

    The timeout value in the GRUB configuration file is measured in?

    • A.

      Seconds

    • B.

      1/10 of minutes

    • C.

      1/10 of seconds

    • D.

      1/100 of seconds

    Correct Answer
    C. 1/10 of seconds
    Explanation
    The timeout value in the GRUB configuration file is measured in 1/10 of seconds. This means that the timeout duration for selecting an operating system in the GRUB bootloader is specified in tenths of a second. For example, if the timeout value is set to 5, it means that the user will have 0.5 seconds to select an operating system before the default option is automatically booted.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 16, 2009
    Quiz Created by
    Ajeff
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.