Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > LPI > LPI Linux Essentials > 010-160

010-160 Linux Essentials Certificate Exam - version 1.6 Question and Answers

Question # 4

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

A.

undir Downloads

B.

rmdir Downloads

C.

dir –r Downloads

D.

rem Downloads

E.

rm –r Downloads

Full Access
Question # 5

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

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.

Full Access
Question # 6

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

A.

The RAM bus

B.

The NUMA bus

C.

The CPU bus

D.

The SATA bus

E.

The Auto bus

Full Access
Question # 7

What is true about thedmesgcommand? (Choose two correct answers.)

A.

It traces the execution of a command and shows each step the program carries out.

B.

It sends messages to the command lines of all current user sessions.

C.

It displays the content of the Linux kernel’s ring buffer.

D.

It immediately outputs all new messages written to the system journal.

E.

It might not display older information because it was overwritten by newer information.

Full Access
Question # 8

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

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

Full Access
Question # 9

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

A.

export-logs < sort

B.

export-logs > sort

C.

export-logs & sort

D.

export-logs | sort

E.

export-logs <> sort

Full Access
Question # 10

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

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.

Full Access
Question # 11

Reverse DNS assigns hostnames to IP addresses. How is the name of the IP address 198.51.100.165 stored

on a DNS server?

A.

In the A record for165.100.51.198.ipv4.arpA.

B.

In the PTR record for165.100.51.198.in-addr.arpA.

C.

In the RNAME record for198-51-100-165.rev.arpA.

D.

In the ARPA record for165.100.51.198.rev.

E.

In the REV record forarpA.in-addr.198.51.100.165.

Full Access
Question # 12

What are the differences between a private web browser window and a regular web browser window? (Choose three.)

A.

Private web browser windows do not allow printing or storing websites.

B.

Private web browser windows do not store cookies persistently.

C.

Private web browser windows do not support logins into websites.

D.

Private web browser windows do not keep records in the browser history.

E.

Private web browser windows do not send regular stored cookies.

Full Access
Question # 13

Which of the following commands shows the absolute path to the current working directory?

A.

who

B.

cd ..

C.

pwd

D.

ls -l

E.

cd ~/home

Full Access
Question # 14

What is a Linux distribution?

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.

Full Access
Question # 15

When typing a long command line at the shell, whatsingle charactercan be used to split a command across multiple lines?

Full Access
Question # 16

Which of the following is a protocol used for automatic IP address configuration?

A.

NFS

B.

LDAP

C.

SMTP

D.

DNS

E.

DHCP

Full Access
Question # 17

Which of the following commands output the content of the file Texts 2.txt? (Choose two.)

A.

cat 'Texts 2.txt’

B.

cat -- Texts 2.txt

C.

cat |Texts 2.txt|

D.

cat 'Texts\ 2.txt’

E.

cat Texts\ 2.txt

Full Access
Question # 18

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

answers.)

A.

option ls

B.

usage ls

C.

manual ls

D.

man ls

E.

info ls

Full Access
Question # 19

What are the differences between hard disk drives and solid state disks? (Choose two correct answers.)

A.

Hard disks have a motor and moving parts, solid state disks do not.

B.

Hard disks can fail due to physical damage, while solid state disks cannot fail.

C.

Solid state disks can store many times as much data as hard disk drives.

D.

/dev/sdais a hard disk device while/dev/ssdais a solid state disk.

E.

Solid state disks provide faster access to stored data than hard disks.

Full Access
Question # 20

Which of the following tasks can the command passwd accomplish? (Choose two.)

A.

Change a user's username.

B.

Change a user's password.

C.

Create a new user account.

D.

Create a new user group.

E.

Lock a user account.

Full Access
Question # 21

Which of the following DNS record types hold an IP address? (Choose two.)

A.

NS

B.

AAAA

C.

MX

D.

A

E.

CNAME

Full Access
Question # 22

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

A.

portage

B.

rpm

C.

apt-get

D.

dpkg

E.

packagectl

Full Access
Question # 23

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

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

Full Access
Question # 24

Which of the following are typical services offered by public cloud providers? (Choose three correct answers.)

A.

Platform as a Service(PaaS)

B.

Infrastructure as a Service(IaaS)

C.

Internet as a Service(IaaS)

D.

Graphics as a Service (GaaS)

E.

Software as a Service (SaaS)

Full Access