Questions & Correct Detailed
Pass your WGU C851 (Linux Foundations) Objective Assessment on the first try with this
comprehensive study guide. Featuring 81 expertly verified questions and answers, it covers crucial
domains like file system navigation, command-line operations, scripting basics, and user permissions
to ensure you are fully prepared for exam day.
Why Choose This Guide?
• Exam-Focused Prep: Get an exact look at the core domains tested in the WGU C851
and D281 curricula.
• Instant Digital Access: Download your study material immediately and start preparing
right away.
Key Domains Covered:
• Linux Evolution & Open Source Licensing: Understanding open-source software,
distributions, and licensing.
• Command Line Operations: Expert navigation using essential commands like ls, cd, mv,
and chmod.
• File Management: Understanding file system hierarchy, permissions, and directory
structures.
• System Hardware & Networking: Basic hardware configuration, shell scripting, and
network setup.
Format: High-quality, easy-to-read PDF document.
Delivery: Instant download upon purchase.
, Quiz_________________?
A directory contains the following files:
a. txt
b. txt
c. cav
What would be the output of the following shell script?for file in *.txt
do
echo $file
done
A. *.txt
B. a b
C. c.cav
D. a.txt
E. a. txt b. txt -
Answer✅
E
Quiz_________________?
A directory contains the following three files:texts 1.txttexts 2.txttexts 3.csvWhich
command copies the two files ending in .txt to the /tmp/ directory?
A. cp ??.txt /tmp/
B. cp *.txt /tmp/
C. cp. \.txt /tmp/
,D. cp ?.txt /tmp/
E. cp $?.txt /tmp/ -
Answer✅
B
Quiz_________________?
A new server needs to be installed to host services for a period of several years.
Throughout this time, the server should receive important security updates from its Linux
distribution.Which of the following Linux distributions meet these requirements? (Choose
two.)
A. Ubuntu Linux LTS
B. Fedora Linux
C. Debian GNU/Linux Unstable
D. Ubuntu Linux non-LTS
E. Red Hat Enterprise Linux -
Answer✅
AE
Quiz_________________?
A user is currently in the directory /home/user/Downloads/ and runs the command ls
../Documents/Assuming it exists, which directory's content is displayed?
A. /home/user/Documents/
B. /home/user/Documents/Downloads/
C. /home/user/Downloads/Documents/
D. /Documents/
E. /home/Documents -
Answer✅
D
, Quiz_________________?
FILL BLANK -What keyword is used in a shell script to begin a loop? (Specify one keyword
only, without any additional information.) -
Answer✅
FOR
Quiz_________________?
FILL BLANK -What parameter of ls prints a recursive listing of a directory's content?
(Specify ONLY the option name without any values or parameters.) -
Answer✅
ls -R
Quiz_________________?
FILL BLANK -When typing a long command line at the shell, what single character can be
used to split a command across multiple lines? -
Answer✅
\ backlash
Quiz_________________?
How is a new Linux computing instance provisioned in an laaS cloud?
A. The standard Linux installer has to be run through a remote console.
B. After buying a Linux distribution, its vendor delivers it to a cloud instance.
C. The installation has to be prepared in a local virtual machine which is then copied to the
cloud.