Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 44 pages
Exam (elaborations)

WGU D281 Linux Foundations OA (pdf) | 2026/2027 | Objective Assessment | Linux

Document preview thumbnail
Preview 4 out of 44 pages

This document helps you master the WGU D281 Linux Foundations Objective Assessment via targeted Q&A with detailed rationales. It covers core Linux concepts aligned with the LPI Linux Essentials (010-160) exam—including the Linux file system hierarchy and permissions, essential command-line utilities (navigation, file management, text processing), shell basics and scripting fundamentals, open-source software and licensing, process management, user and group administration, and basic networking concepts. Engineered for retention and clinical judgment, this Q&A test pack simplifies complex Linux system administration content, saving preparation time and ensuring you secure a pass on your D281 OA assessment.

Content preview

WGU D281 Linux Foundations OA (pdf) | 2026/2027 | Objective
Assessment | Linux

1. Which component of a Linux system is responsible for loading the kernel
into memory during the boot process?

A) The init system

B) The bootloader (GRUB) and BIOS/UEFI

C) The shell

D) The kernel modules



Correct Answer: The bootloader (GRUB) and BIOS/UEFI



Rationale: The BIOS/UEFI initializes hardware, then loads the bootloader
(typically GRUB), which loads the kernel into memory. The init system (PID 1)
is started after the kernel loads, the shell is a user interface, and kernel
modules are loaded after the kernel is running.



2. What is the first process started by the Linux kernel, identified by PID 1?

A) bash

B) systemd

C) init or systemd (depending on distribution)

D) GRUB



Correct Answer: init or systemd (depending on distribution)



Rationale: PID 1 is the first user-space process started by the kernel. On older
systems it is `init`, while most modern distributions use `systemd`. Both
serve as the parent of all other processes.



3. Which command displays the current kernel version?

,A) uname -r

B) uname -a

C) cat /proc/version

D) All of the above



Correct Answer: All of the above



Rationale: `uname -r` shows the kernel release, `uname -a` shows all system
information including the kernel version, and `/proc/version` also displays
kernel version information. All three commands can be used to check the
kernel version.



4. Which directory contains device files such as `/dev/sda` and `/dev/tty`?

A) /dev

B) /proc

C) /sys

D) /etc



Correct Answer: /dev



Rationale: The `/dev` directory contains device special files managed by
udev. `/proc` contains process and system information, `/sys` contains
kernel and device information, and `/etc` contains configuration files.



5. Which command is used to print the first 10 lines of a file to the display?

A) cat

B) tail

C) head

,D) less



Correct Answer: head



Rationale: The `head` command displays the first 10 lines of a file by default.
`cat` displays the entire file, `tail` displays the last 10 lines, and `less` is a
pager for viewing files interactively.



6. What does the `find ~ -name '*.pdf'` command do?

A) Finds all files ending with .pdf in the current directory

B) Finds all files ending with .pdf in the root directory

C) Finds all files ending with .pdf in the user's home directory and all
subdirectories

D) Searches for the text ".pdf" in all files



Correct Answer: Finds all files ending with .pdf in the user's home directory
and all subdirectories



Rationale: The `find` command searches for files matching the specified
criteria. The `~` symbol represents the user's home directory, and `-name
'*.pdf'` finds files ending with the .pdf extension.



7. What is the set of pages that explain every command available on a Linux
system?

A) Help pages

B) Man pages

C) Master Pages

D) Informational Pages

, Correct Answer: Man pages



Rationale: Manual pages (man pages) are the built-in documentation system
for Linux commands. They provide detailed information about command
usage, options, and examples.



8. Which command will create an archive file named `backup.tar` containing
all files from the `/home` directory?

A) tar -cf backup.tar /home

B) tar -cf /home backup.tar

C) tar -xf /home backup.tar

D) tar -xf backup.tar /home



Correct Answer: tar -cf backup.tar /home



Rationale: The `tar -cf` command creates an archive (`-c`) and specifies the
file (`-f`). The correct syntax is `tar -cf archive_name.tar
directory_to_archive`. The `-x` option is for extracting, not creating.



9. What is virtualization in the context of computing?

A) The act of creating a virtual version of components such as storage
devices and computer network resources

B) A type of computer virus

C) A programming language for cloud computing

D) The process of encrypting data



Correct Answer: The act of creating a virtual version of components such as
storage devices and computer network resources

Document information

Uploaded on
August 9, 2026
Number of pages
44
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$15.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
4
Followers
0
Items
537
Last sold
2 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions