[paradise Technology] Standard Linux File System Structure Test

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 Nguyen Dang
N
Nguyen Dang
Community Contributor
Quizzes Created: 2 | Total Attempts: 766
Questions: 13 | Attempts: 103

SettingsSettingsSettings
[paradise Technology] Standard Linux File System Structure Test - Quiz


Questions and Answers
  • 1. 

    Which directory is used to store Kernel information needed to start the OS on startup?

    • A.

      /dev

    • B.

      /proc

    • C.

      /etc

    • D.

      /boot

    Correct Answer
    D. /boot
    Explanation
    The /boot directory is used to store Kernel information needed to start the operating system on startup. This directory contains the necessary files, such as the kernel image and bootloader configuration, that are required for the system to boot successfully. By storing these files in the /boot directory, the system can access and load them during the startup process, allowing the operating system to initialize and run properly.

    Rate this question:

  • 2. 

    What does the / directory signify?

    • A.

      Root directory

    • B.

      An empty directory

    • C.

      A new directory

    Correct Answer
    A. Root directory
    Explanation
    The / directory signifies the root directory. In a file system, the root directory is the topmost directory and serves as the starting point for navigating the file system. It is represented by the forward slash (/) symbol and contains all other directories and files within the file system.

    Rate this question:

  • 3. 

    Which directory contains a lot of the files that the programs use to run. This directory is needed to control the operating system.

    • A.

      /bin

    • B.

      /tmp

    • C.

      /proc

    • D.

      /lib

    Correct Answer
    A. /bin
    Explanation
    The /bin directory contains a lot of the files that the programs use to run. This directory is needed to control the operating system.

    Rate this question:

  • 4. 

    What directory contains all the devices and their references in the file system?

    • A.

      /mnt

    • B.

      /lib

    • C.

      /dev

    • D.

      /home

    Correct Answer
    C. /dev
    Explanation
    The correct answer is /dev. The /dev directory in the file system contains all the devices and their references. This directory is used to access and manage device files, which represent various hardware devices connected to the system. It allows users and applications to interact with these devices through the file system, providing a unified interface for device access.

    Rate this question:

  • 5. 

    Where are the configuration files for the servers programs as well as the servers boot processes stored?

    • A.

      /lib

    • B.

      /dev

    • C.

      /proc

    • D.

      /etc

    Correct Answer
    D. /etc
    Explanation
    The configuration files for the server programs as well as the server's boot processes are stored in the "/etc" directory. This directory is commonly used in Unix-like operating systems to store system configuration files. It contains various subdirectories and files that define the behavior and settings of different programs and services running on the server.

    Rate this question:

  • 6. 

    Where is user data stored when a user is created on the server?

    • A.

      /root

    • B.

      /home

    • C.

      /lib

    • D.

      /usr

    Correct Answer
    B. /home
    Explanation
    When a user is created on the server, their user data is typically stored in the "/home" directory. This directory is commonly used to store user-specific files and configurations. By storing user data in the "/home" directory, it allows for easy organization and separation of different user accounts on the server. This ensures that each user has their own designated space to store their personal files and settings, providing privacy and security.

    Rate this question:

  • 7. 

    Where is the information needed by programs so they can run located?

    • A.

      /boot

    • B.

      /usr

    • C.

      /lib

    • D.

      /proc

    Correct Answer
    C. /lib
    Explanation
    The information needed by programs to run is located in the /lib directory. The /lib directory contains libraries that are essential for the functioning of programs. These libraries include shared libraries that contain code that can be used by multiple programs. When a program is executed, it may need to access these libraries in order to run properly. Therefore, the correct answer is /lib.

    Rate this question:

  • 8. 

    Where are all the processes kept on the server in flat files?

    • A.

      /flat

    • B.

      /proc

    • C.

      /system

    • D.

      /var

    Correct Answer
    B. /proc
    Explanation
    The correct answer is /proc. On a server, all the processes are kept in the /proc directory. This directory contains information about running processes and system resources. It provides a way for the system to interact with processes and retrieve information about them. The /proc directory is a virtual file system that does not actually store files on disk but rather provides a view of the system's processes and their attributes.

    Rate this question:

  • 9. 

    Which folder is used by the root user?

    • A.

      /srv

    • B.

      /

    • C.

      /media

    • D.

      None of the above.

    Correct Answer
    D. None of the above.
    Explanation
    The correct answer is "None of the above." The root user in a Linux system typically has its home directory set to "/root" which is not listed as an option in the given choices. The folders "/srv" and "/media" are not specifically designated for the root user.

    Rate this question:

  • 10. 

    Where can you find essential system binaries?

    • A.

      /sbin

    • B.

      /system

    • C.

      /bin

    • D.

      /mnt

    Correct Answer
    A. /sbin
    Explanation
    Essential system binaries can be found in the /sbin directory. This directory contains executables that are necessary for the functioning and maintenance of the system. These binaries are typically used by the system administrator for tasks such as system startup, configuration, and troubleshooting.

    Rate this question:

  • 11. 

    Which folder contains the Kernel, firmware, and other related system files?

    • A.

      /proc

    • B.

      /boot

    • C.

      /root

    • D.

      /sys

    Correct Answer
    D. /sys
    Explanation
    The correct answer is /sys. The /sys folder contains the Kernel, firmware, and other related system files. This folder provides a view of the system's hardware configuration and allows access to various system devices and their properties. It is used by the operating system to manage and control hardware components and provide information about them to user-space programs.

    Rate this question:

  • 12. 

    Which one do you like?

    • A.

      /var

    • B.

      /usr

    • C.

      /home

    • D.

      /dev

    Correct Answer
    B. /usr
    Explanation
    The correct answer is /usr. This is because /usr is a commonly used directory in Unix-like operating systems, which contains user-related programs, libraries, and documentation. It stands for "Unix System Resources" and is typically used for storing non-essential (i.e., not critical for system boot) files and directories.

    Rate this question:

  • 13. 

    What folder holds files whose contents are expected to continually change during normal operation of the system such as logs, spool files, and temp e-mail files?

    • A.

      /tmo

    • B.

      /update

    • C.

      /var

    • D.

      /usr

    Correct Answer
    C. /var
    Explanation
    The folder /var holds files whose contents are expected to continually change during normal operation of the system. This includes logs, spool files, and temporary email files. The /var directory is commonly used for storing variable data that needs to be accessed and modified by various system processes. It is a standard directory in Unix-like operating systems and is essential for the proper functioning and maintenance of the system.

    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 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 12, 2017
    Quiz Created by
    Nguyen Dang
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.