Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Linux Essentials Certificate Exam - version 1.6 Question and Answers

Linux Essentials Certificate Exam - version 1.6

Last Update May 18, 2024
Total Questions : 80

We are offering FREE 010-160 LPI exam questions. All you do is to just go and sign up. Give your details, prepare 010-160 free exam questions and then go for complete pool of Linux Essentials Certificate Exam - version 1.6 test questions that will help you more.

010-160 pdf

010-160 PDF

$35  $99.99
010-160 Engine

010-160 Testing Engine

$42  $119.99
010-160 PDF + Engine

010-160 PDF + Testing Engine

$56  $159.99
Questions 1

Which of the following outputs comes from the commandfree?

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

E.  

Option E

Discussion 0
Questions 2

Which of the following commands puts the lines of the file data.csv into alphabetical order?

Options:

A.  

a..z data.csv

B.  

sort data.csv

C.  

abc data.csv

D.  

wc -s data.csv

E.  

grep --sort data.csv

Discussion 0
Questions 3

The ownership of the file doku.odt should be changed. The new owner is named tux. Which command accomplishes this change?

Options:

A.  

chmod u=tux doku.odt

B.  

newuser doku.odt tux

C.  

chown tux doku.odt

D.  

transfer tux: doku.odt

E.  

passwd doku.odt:tux

Discussion 0
Questions 4

What command displays manual pages? (Specify ONLY the command without any path or parameters.)

Options:

Discussion 0
Questions 5

Running the commandrm Downloadsleads to the following error:

rm: cannot remove ‘Downloads/’: Is a directory

Which of the following commands can be used instead to removeDownloads, assumingDownloadsis

empty? (Choose two correct answers.)

Options:

A.  

undir Downloads

B.  

rmdir Downloads

C.  

dir –r Downloads

D.  

rem Downloads

E.  

rm –r Downloads

Discussion 0
Questions 6

The current directory contains the following file:

-rw-r—r— 1 root exec 24551 Apr 2 12:36 test.sh

The file contains a valid shell script, but executing this file using./test.shleads to this error:

bash: ./test.sh: Permission denied

What should be done in order to successfully execute the script?

Options:

A.  

The file’s extension should be changed from .shto.bin.

B.  

The execute bit should be set in the file’s permissions.

C.  

The user executing the script should be added to theexecgroup.

D.  

The SetUID bit should be set in the file’s permissions

E.  

The script should be run using#!./test. shinstead of./test.sh.

Discussion 0
Questions 7

Which of the following devices represents a hard disk partition?

Options:

A.  

/dev/ttyS0

B.  

/dev/sata0

C.  

/dev/part0

D.  

/dev/sda2

E.  

/dev/sda/p2

Discussion 0
Questions 8

Which files are the source of the information in the following output? (Choose two.)

uid=1000 (bob) gid=1000 (bob) groups=1000 (bob), 10 (wheel), 150

(docker), 1001 (libvirt)(wireshark),989

Options:

A.  

/etc/id

B.  

/etc/passwd

C.  

/etc/group

D.  

/home/index

E.  

/var/db/users

Discussion 0
Questions 9

Which package management tool is used in Red Hat-based Linux Systems?

Options:

A.  

portage

B.  

rpm

C.  

apt-get

D.  

dpkg

E.  

packagectl

Discussion 0
Questions 10

FILL BLANK

What keyword is used in a shell script to begin a loop? (Specify one keyword only, without any additional

information.)

Options:

Discussion 0
Questions 11

What is a Linux distribution?

Options:

A.  

The Linux file system as seen from the root account after mounting all file systems.

B.  

A bundling of the Linux kernel, system utilities and other software.

C.  

The set of rules which governs the distribution of Linux kernel source code.

D.  

An operating system based on Linux but incompatible to the regular Linux kernel.

E.  

A set of changes to Linux which enable Linux to run on another processor architecture.

Discussion 0
Questions 12

Why are web browser cookies considered dangerous?

Options:

A.  

Cookies support identification and tracking of users.

B.  

Cookies are always public and accessible to anyone on the internet.

C.  

Cookies consume significant amounts of storage and can exhaust disk space.

D.  

Cookies store critical data which is lost when a cookie is deleted.

E.  

Cookies can contain and execute viruses and malware.

Discussion 0
Questions 13

Which of the following commands creates the ZIP archive poems.zip containing all files in the current directory whose names end in .txt?

Options:

A.  

zip *.txt > poems.zip

B.  

zcat *.txt poems.zip

C.  

zip poems.zip *.txt

D.  

zip cfz poems.zip *.txt

E.  

cat *.txt | zip poems.zip

Discussion 0
Questions 14

Which of the following commands sets the variable USERNAME to the value bob?

Options:

A.  

set USERNAME bob

B.  

$USERNAME==bob

C.  

var USERNAME=bob

D.  

USERNAME<=bob

E.  

USERNAME=bob

Discussion 0
Questions 15

Which of the following types of bus can connect hard disk drives with the motherboard?

Options:

A.  

The RAM bus

B.  

The NUMA bus

C.  

The CPU bus

D.  

The SATA bus

E.  

The Auto bus

Discussion 0
Questions 16

What happens to a file residing outside the home directory when the file owner's account is deleted? (Choose two.)

Options:

A.  

During a file system check, the file is moved to /lost +found.

B.  

The file is removed from the file system.

C.  

The UID of the former owner is shown when listing the file's details.

D.  

The user root is set as the new owner of the file.

E.  

Ownership and permissions of the file remain unchanged.

Discussion 0
Questions 17

What is the purpose of the PATH environment variable?

Options:

A.  

It allows the execution of commands without the need to know the location of the executable.

B.  

It increases security by preventing commands from running in certain locations.

C.  

It specifies the location of a user's home directory.

D.  

It indicates the location of the default shell to be used when a user logs in.

E.  

It contains the absolute path to the current directory.

Discussion 0
Questions 18

Which of the following directories must be mounted with read and write access if it resides on its own dedicated file system?

Options:

A.  

/opt

B.  

/lib

C.  

/etc

D.  

/var

E.  

/usr

Discussion 0
Questions 19

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.)

Options:

A.  

Ubuntu Linux LTS

B.  

Fedora Linux

C.  

Debian GNU/Linux Unstable

D.  

Ubuntu Linux non-LTS

E.  

Red Hat Enterprise Linux

Discussion 0
Questions 20

Which of the following values could be a process ID on Linux?

Options:

A.  

/bin/bash

B.  

60b503cd-019e-4300-a7be-922f074ef5ce

C.  

/sys/pid/9a14

D.  

fff3

E.  

21398

Discussion 0
Questions 21

Which of the following commands sorts the output of the commandexport-logs?

Options:

A.  

export-logs < sort

B.  

export-logs > sort

C.  

export-logs & sort

D.  

export-logs | sort

E.  

export-logs <> sort

Discussion 0
Questions 22

Most commands on Linux can display information on their usage. How can this information typically be displayed?

Options:

A.  

By running the command with the option /? or /??.

B.  

By running the command with the option ?! or ?=!.

C.  

By running the command with the option /doc or /documentation.

D.  

By running the command with the option -h or --help.

E.  

By running the command with the option -m or --manpage.

Discussion 0
Questions 23

What information can be displayed bytop?

Options:

A.  

Existing files, ordered by their size.

B.  

Running processes, ordered by CPU or RAM consumption.

C.  

User accounts, ordered by the number of logins.

D.  

User groups, ordered by the number of members.

E.  

User accounts, ordered by the number of files.

Discussion 0
Questions 24

Which of the following commands are used to get information on the proper use of ls? (Choose two correct

answers.)

Options:

A.  

option ls

B.  

usage ls

C.  

manual ls

D.  

man ls

E.  

info ls

Discussion 0