Quiz

Linux Quiz 2: 10-Question Knowledge Check

Take an untimed 10-question Linux multiple-choice quiz, save your progress, submit when ready, and review selected and correct answers with explanations.

Linux Quiz 2

This standalone Linux knowledge check contains exactly 10 multiple-choice questions. It is untimed, so you can work at your own pace and return later if needed.

Question State

After activation, the interface shows one question at a time or lets you move through the full set. Select one answer for each question. There is no countdown or time limit.

  1. Which statement best describes Linux?

    • A. A proprietary word-processing application
    • B. An operating system kernel and the wider operating-system ecosystem built around it
    • C. A web browser used only on servers
    • D. A file-compression format
  2. What is a shell?

    • A. A program that interprets commands and provides an interface to the operating system
    • B. A physical storage device
    • C. A Linux user account
    • D. A type of network cable
  3. Which command normally prints the path of the current working directory?

    • A. pwd
    • B. whoami
    • C. clear
    • D. echo
  4. What does an absolute path identify?

    • A. A location relative to the current directory
    • B. A location beginning from the filesystem root
    • C. A temporary command history entry
    • D. A network connection
  5. Which command is commonly used to list directory contents?

    • A. ls
    • B. mv
    • C. man
    • D. touch
  6. In many Linux shell configurations, what does a # prompt commonly suggest?

    • A. The shell is running with root-level privileges
    • B. The current directory is always the root user's home directory
    • C. The system has no filesystem
    • D. The command was saved as a comment
  7. What do file permissions primarily control?

    • A. Which users or groups may read, write, or execute a file
    • B. The monitor's screen resolution
    • C. The computer's network speed
    • D. The file's compression ratio
  8. What is a process?

    • A. A running instance of a program
    • B. A physical partition only
    • C. A keyboard shortcut
    • D. A package repository address
  9. What is the main purpose of a package manager?

    • A. To install, update, remove, and track software packages
    • B. To change the monitor brightness
    • C. To create user passwords without storing them
    • D. To replace the Linux kernel with a web page
  10. What is a user's home directory generally used for?

    • A. Storing that user's personal files and configuration data
    • B. Storing only the bootloader
    • C. Holding the system's CPU registers
    • D. Replacing the entire filesystem

Save and Exit   Submit Quiz

Answer Review

After the final question, choose Submit Quiz to open the results view. The completed review shows the learner's selected answer beside the correct answer, marks each response as Correct or Incorrect, and explains missed answers where useful.

Example completed review

The following illustrates the review format. In a real attempt, the interface replaces the example selections with the learner's submitted responses.

  1. Selected answer: B. Correct answer: B. Result: Correct. Linux commonly refers to the kernel and the operating-system environments built around it.

  2. Selected answer: A. Correct answer: A. Result: Correct. A shell interprets commands and provides a text-based interface to the operating system.

  3. Selected answer: B. Correct answer: A. Result: Incorrect. pwd prints the current working directory; whoami identifies the current user.

  4. Selected answer: B. Correct answer: B. Result: Correct. An absolute path starts at the filesystem root rather than depending on the current directory.

  5. Selected answer: A. Correct answer: A. Result: Correct. ls is commonly used to list directory contents.

  6. Selected answer: B. Correct answer: A. Result: Incorrect. A # prompt commonly indicates a root-level or otherwise privileged shell. It does not identify a home directory.

  7. Selected answer: A. Correct answer: A. Result: Correct. Permissions determine whether users or groups can read, write, or execute a file.

  8. Selected answer: A. Correct answer: A. Result: Correct. A process is a running instance of a program.

  9. Selected answer: C. Correct answer: A. Result: Incorrect. Package managers handle software installation, updates, removal, and package tracking.

  10. Selected answer: A. Correct answer: A. Result: Correct. A home directory normally stores a user's personal files and configuration data.

After the Quiz

Use the explanations to identify subjects that need more study. You can also continue with Linux Quiz 1 or try Linux Quiz 4 for another Linux knowledge check.