ExamGecko
Home Home / LPI / 010-160

010-160: Linux Essentials Certificate Exam, version 1.6

Linux Essentials Certificate Exam, version 1.6
Vendor:

LPI

Linux Essentials Certificate Exam, version 1.6 Exam Questions: 80
Linux Essentials Certificate Exam, version 1.6   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

FILL BLANK

When typing a long command line at the shell, what single character can be used to split a command across multiple lines?

A.
\
A.
\
Answers
Suggested answer: A
asked 18/09/2024
Moinuddin Mohammed
44 questions

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

A.
NS
A.
NS
Answers
B.
AAAA
B.
AAAA
Answers
C.
MX
C.
MX
Answers
D.
A
D.
A
Answers
E.
CNAME
E.
CNAME
Answers
Suggested answer: C, D
asked 18/09/2024
Arpita Pattnayak
50 questions

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

A.
Hard disks have a motor and moving parts, solid state disks do not.
A.
Hard disks have a motor and moving parts, solid state disks do not.
Answers
B.
Hard disks can fail due to physical damage, while solid state disks cannot fail.
B.
Hard disks can fail due to physical damage, while solid state disks cannot fail.
Answers
C.
Solid state disks can store many times as much data as hard disk drives.
C.
Solid state disks can store many times as much data as hard disk drives.
Answers
D.
/dev/sda is a hard disk device while /dev/ssda is a solid state disk.
D.
/dev/sda is a hard disk device while /dev/ssda is a solid state disk.
Answers
E.
Solid state disks provide faster access to stored data than hard disks.
E.
Solid state disks provide faster access to stored data than hard disks.
Answers
Suggested answer: A, E
asked 18/09/2024
Kabi Bashala
36 questions

What is true about the dmesg command? (Choose two.)

A.
It traces the execution of a command and shows each step the program carries out.
A.
It traces the execution of a command and shows each step the program carries out.
Answers
B.
It sends messages to the command lines of all current user sessions.
B.
It sends messages to the command lines of all current user sessions.
Answers
C.
It displays the content of the Linux kernel's ring buffer.
C.
It displays the content of the Linux kernel's ring buffer.
Answers
D.
It immediately outputs all new messages written to the system journal.
D.
It immediately outputs all new messages written to the system journal.
Answers
E.
It might not display older information because it was overwritten by newer information.
E.
It might not display older information because it was overwritten by newer information.
Answers
Suggested answer: C, E
asked 18/09/2024
Simone Mento
28 questions

Where is the operating system of a Raspberry Pi stored?

A.
On the master device attached to the Raspberry Pi's IDE bus.
A.
On the master device attached to the Raspberry Pi's IDE bus.
Answers
B.
On a read only partition on the Raspberry Pi's firmware, next to the BIOS.
B.
On a read only partition on the Raspberry Pi's firmware, next to the BIOS.
Answers
C.
On a removable SD card which is put into the Raspberry Pi.
C.
On a removable SD card which is put into the Raspberry Pi.
Answers
D.
On a Linux extension module connected to the Raspberry Pi's GPIO pins.
D.
On a Linux extension module connected to the Raspberry Pi's GPIO pins.
Answers
E.
On rewritable flash storage which is built into the Raspberry Pi.
E.
On rewritable flash storage which is built into the Raspberry Pi.
Answers
Suggested answer: C
asked 18/09/2024
Camille Rudio
35 questions

The file script.sh in the current directory contains the following content:

#!/bin/bash echo $MYVAR

The following commands are used to execute this script:

MYVAR=value

./script.sh

The result is an empty line instead of the content of the variable MYVAR. How should MYVAR be set in order to make script.sh display the content of MYVAR?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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 (wireshark), 989 (docker), 1001 (libvirt)

A.
/etc/id
A.
/etc/id
Answers
B.
/etc/passwd
B.
/etc/passwd
Answers
C.
/etc/group
C.
/etc/group
Answers
D.
/home/index
D.
/home/index
Answers
E.
/var/db/users
E.
/var/db/users
Answers
Suggested answer: B, C
asked 18/09/2024
Ramesh Kumar Patel
32 questions

What information is stored in /etc/passwd? (Choose three.)

A.
The user's storage space limit
A.
The user's storage space limit
Answers
B.
The numerical user ID
B.
The numerical user ID
Answers
C.
The username
C.
The username
Answers
D.
The encrypted password
D.
The encrypted password
Answers
E.
The user\s default shell
E.
The user\s default shell
Answers
Suggested answer: B, C, D
asked 18/09/2024
Emmanuel Aminu
46 questions

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

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member