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
Exam (elaborations)

Linux Essentials Exam Questions with Correct Answers Graded A+

Rating
-
Sold
-
Pages
17
Grade
A+
Uploaded on
06-03-2025
Written in
2024/2025

Linux Essentials Exam Questions with Correct Answers Graded A+ Which of the following operating systems highly supports the Graphical User Interface and has become the most popular in the IT field? - Answers Microsoft Windows Match each software type according to its description. - Answers Shareware It is copyrighted... Commercial Software It is developed... Open source software It is defined... Linux uses a ______ kernel design, as contrasted with a microkernel design. - Answers monolithic Match each OSI's principle with its corresponding description. - Answers 1 A 2 B 3 C Maria works as a Desktop Technician for BlueWells Inc. The company has a Windows-based network. Maria has been assigned a project to configure computer systems with third-party software. Which of the following software can Maria use to accomplish the task? - Answers Firefox, Winamp, Thunderbird, Audacity, Plug-ins You want to use various software packages such as word processor, spreadsheet, graphics, and math formula bar on your Linux computer. Which of the following suites will you use to accomplish the task? - Answers LibreOffice You work as a Senior Linux Professional for uCertify Inc. The company has a Linux-based network comprising a stand-alone Samba server. The Samba server is now configured to be a domain controller. Accounts created before the server becomes a domain controller are not working. How will you verify that accounts are created before or after the Samba server becomes a domain controller? - Answers Use the command pdbedit -L -v username. Which of the following components exist in the motherboard? Each correct answer represents a complete solution. Choose three. - Answers Super I/O, RAID, Northbridge Which of the following causes are responsible for supplying no power or shutting down the computer abnormally? Each correct answer represents a complete solution. Choose three. - Answers Incorrect power connection, Third party hardware, Incorrect power supply ______ is the most popular shell on Linux and one that is recommended by the Linux Professional Institute (LPI). It is an enhanced version of the original Bourne shell program used on many UNIX systems and acts as the shell program. - Answers bash You want to view the most recent commands you have executed today. Which of the following commands will you use? - Answers history You are logged on to your Linux computer as a root user. You want to list the files created by the user sam. Which of the following commands will you use to accomplish the task? - Answers : # cd /home/sam # ls You want to view all the files (including hidden files) in the home directory and its subdirectories. Fill in the blank with the command that you will use to accomplish the task. - Answers ls -aR /home,ls -aR ~ Sam is working as a Network Administrator at uC. He wants to view the last 20 users who joined the company. Which of the following commands should he use to accomplish the task? - Answers tail 20 /etc/passwd The ____ command displays the path to the current working directory. - Answers pwd Consider the line echo $SHELL. Which of the following quotes allows printing of the value of $SHELL variable by disabling the meaning of wildcards and then allowing command substitution? - Answers Double quotes (") In a Linux system, you want to change a file's access and modification timestamps. Which of the following commands can you use to accomplish the task? - Answers touch Match the following commands with their corresponding actions. - Answers locate location of files whereis location of commands apropos searches... man detailed... whatis short description... You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. You want to locate commands by keyword lookup. Which of the following commands can you use to accomplish the task? - Answers apropos The ____ directory contains the documentation of Linux. It links itself to /usr/do

Show more Read less
Institution
Linux Essentials
Course
Linux Essentials

Content preview

Linux Essentials Exam Questions with Correct Answers Graded A+

Which of the following operating systems highly supports the Graphical User Interface and has become
the most popular in the IT field? - Answers Microsoft Windows

Match each software type according to its description. - Answers Shareware >> It is copyrighted...

Commercial Software >> It is developed...

Open source software >> It is defined...

Linux uses a ______ kernel design, as contrasted with a microkernel design. - Answers monolithic

Match each OSI's principle with its corresponding description. - Answers 1 >> A

2 >> B

3 >> C

Maria works as a Desktop Technician for BlueWells Inc. The company has a Windows-based network.
Maria has been assigned a project to configure computer systems with third-party software. Which of
the following software can Maria use to accomplish the task? - Answers Firefox, Winamp, Thunderbird,
Audacity, Plug-ins

You want to use various software packages such as word processor, spreadsheet, graphics, and math
formula bar on your Linux computer. Which of the following suites will you use to accomplish the task? -
Answers LibreOffice

You work as a Senior Linux Professional for uCertify Inc. The company has a Linux-based network
comprising a stand-alone Samba server.



The Samba server is now configured to be a domain controller. Accounts created before the server
becomes a domain controller are not working. How will you verify that accounts are created before or
after the Samba server becomes a domain controller? - Answers Use the command pdbedit -L -v
username.

Which of the following components exist in the motherboard?



Each correct answer represents a complete solution. Choose three. - Answers Super I/O, RAID,
Northbridge

Which of the following causes are responsible for supplying no power or shutting down the computer
abnormally?

,Each correct answer represents a complete solution. Choose three. - Answers Incorrect power
connection, Third party hardware, Incorrect power supply

______ is the most popular shell on Linux and one that is recommended by the Linux Professional
Institute (LPI). It is an enhanced version of the original Bourne shell program used on many UNIX
systems and acts as the shell program. - Answers bash

You want to view the most recent commands you have executed today. Which of the following
commands will you use? - Answers history

You are logged on to your Linux computer as a root user. You want to list the files created by the user
sam. Which of the following commands will you use to accomplish the task? - Answers : # cd /home/sam

# ls

You want to view all the files (including hidden files) in the home directory and its subdirectories. Fill in
the blank with the command that you will use to accomplish the task. - Answers ls -aR /home,ls -aR ~

Sam is working as a Network Administrator at uCertify.com. He wants to view the last 20 users who
joined the company. Which of the following commands should he use to accomplish the task? - Answers
tail 20 /etc/passwd

The ____ command displays the path to the current working directory. - Answers pwd

Consider the line echo $SHELL. Which of the following quotes allows printing of the value of $SHELL
variable by disabling the meaning of wildcards and then allowing command substitution? - Answers
Double quotes (")

In a Linux system, you want to change a file's access and modification timestamps. Which of the
following commands can you use to accomplish the task? - Answers touch

Match the following commands with their corresponding actions. - Answers locate >> location of files

whereis >> location of commands

apropos >> searches...

man >> detailed...

whatis >>short description...

You work as a Database Administrator for Net Perfect Inc. The company has a Linux-based network. You
want to locate commands by keyword lookup. Which of the following commands can you use to
accomplish the task? - Answers apropos

, The ____ directory contains the documentation of Linux. It links itself to /usr/doc. This directory
contains documentation files for various packages. It often has valuable information that may not be in
the man pages. - Answers /usr/share/doc

The _____ command searches a database of filenames and quickly identifies the locations of files and
directories. The ____ command is used to search a file and display the location of a file, not of a
command. - Answers locate, locate

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. You
want to implement an LDAP directory over the network. Which of the following tools will you use to
install the OpenLDAP package on a computer having Ubuntu Linux? - Answers apt-get

Most Linux distributions maintain information on what packages are installed in the ___. (Two words.) -
Answers package database

You have to search a file on your Linux computer. With which of the following parameters can you
search a file using the find command?



Each correct answer represents a complete solution. Choose three. - Answers Size, Access Time, Owner
and Permission

Which of the following commands is used to uncompress a compressed file named zipped.tar.gz? -
Answers tar -xzf zipped.tar.gz

You are having four files in one of your directories. Which of the following commands will you execute
to compress all four files together? - Answers tar

You wish to count the number of lines in a file using the grep command. Which of the following options
will you use to accomplish the task? - Answers -n

Match the commands with their respective functions. - Answers sort >> arranges

locate >> searches

find >> searches

grep >> matches

wc >> Counts

Text editors are similar to word processors, which provide various features for writing documents.
Following is a list of three text editors that are available on Linux. Drag the names of the text editors in
front of their appropriate descriptions. - Answers Pico, Vi, Emacs

Written for

Institution
Linux Essentials
Course
Linux Essentials

Document information

Uploaded on
March 6, 2025
Number of pages
17
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$10.49
Get access to the full document:

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

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TutorJosh Chamberlain College Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
434
Member since
1 year
Number of followers
17
Documents
31661
Last sold
17 hours ago
Tutor Joshua

Here You will find all Documents and Package Deals Offered By Tutor Joshua.

3.5

73 reviews

5
26
4
16
3
14
2
1
1
16

Recently viewed by you

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