Linux+ Networking Chapter 9

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Ajeff
A
Ajeff
Community Contributor
Quizzes Created: 39 | Total Attempts: 59,872
| Attempts: 581 | Questions: 19
Please wait...
Question 1 / 19
0 %
0/100
Score 0/100
1. To make dual booting as easy as possible, Linux should be the second operating system installed. True or False?

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.

Submit
Please wait...
About This Quiz
Networking Quizzes & Trivia

This quiz covers advanced Linux networking topics, including configuring video cards for X Windows, GRUB management, runlevel operations, and startup configurations.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Which command causes the system to enter Single User Mode?

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.

Submit
3. The first process generated on a Linux system is ___________.

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.

Submit
4. Which runlevel halts the system?

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.

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

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.

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

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.

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

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.

Submit
8. In what directory is the Linux kernel stored?

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.

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

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.

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

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.

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

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.

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

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.

Submit
13. Which of the following statements is true?

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.

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

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.

Submit
15. Which of the following statements is true?

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.

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

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.

Submit
17. The timeout value in the GRUB configuration file is measured in?

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.

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

Explanation

To enter the password when at the graphical GRUB screen, you must type "p".

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

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.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

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
Cancel
  • All
    All (19)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
To make dual booting as easy as possible, Linux should be the second...
Which command causes the system to enter Single User Mode?
The first process generated on a Linux system is ___________.
Which runlevel halts the system?
If a user enters Single User Mode, who is she automatically logged in...
Which command can be used to fine-tune the vsync and hsync of a video...
What is the name of the directory that contains the configuration...
In what directory is the Linux kernel stored?
Which command is used to reinstall LILO after its configuration has...
Which two implementations of X Windows are commonly used in Linux?...
Which file does init reference on startup to determine what to...
Which two commands entered at a command prompt start X Windows, the...
Which of the following statements is true?
How many active partitions can there be per hard disk drive?
Which of the following statements is true?
Which of the following indicates the second partition on the third...
The timeout value in the GRUB configuration file is measured in?
If GRUB has been password protected, what must you type to enter the...
What keyword in the LILO configuration file specifies the absolute...
Alert!

Advertisement