Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Linux Essentials Certificate Exam, version 1.5

Last Update 1 hour ago Total Questions : 80

The Linux Essentials Certificate Exam, version 1.5 content is now fully updated, with all current exam questions added 1 hour ago. Deciding to include 010-150 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 010-150 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 010-150 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Linux Essentials Certificate Exam, version 1.5 practice test comfortably within the allotted time.

Question # 11

What is the output of the following command?

for token in a b c; do

echo -n ${token};

done

A.

anbncn

B.

abc

C.

$token$token$token

D.

{a}{b}{c}

E.

a b c

Question # 12

Why is the file data.txt empty after executing sort data.txt > data.txt?

A.

Because, if data.txt is empty now, it must have been empty before.

B.

Because sort cannot sort text files, only binary files.

C.

Because sort detects that both files are the same.

D.

Because the file gets truncated before sort is executed.

Question # 13

What keyword is missing from the following segment of the shell script?

for i in *; _____

cat $i

done

A.

do

B.

then

C.

enod

D.

fi

E.

run

Question # 14

Which commands will archive /home and its content to /mnt/backup? (Choose TWO correct answers.)

A.

cp -ar /home /mnt/backup

B.

mv /home /mnt/backup

C.

sync -r /home /mnt/backup

D.

tar -cf /mnt/backup/archive.tar /home

E.

copy -r /home /mnt/backup

Question # 15

Which of the following commands will set the variable text to olaf is home? (Select TWO answers)

A.

text=olaf\ is\ home

B.

text=$olaf is home

C.

$text= ' olaf is home '

D.

text== ' olaf is home '

E.

text= " olaf is home "

Question # 16

Which network interface always exists in a Linux system?

A.

lo

B.

sit0

C.

wlan0

D.

vlan0

E.

eth0

Question # 17

What is the number called that is used to identify a process?

A.

Proc Num

B.

PIN

C.

Process Entry

D.

PID

Question # 18

Which of the following filesystems is most commonly used for Linux distributions?

A.

HFS+

B.

ext4

C.

FAT32

D.

NTFS

Question # 19

Identify the proper device for the third partition, on the second hard disk, on the first IDE controller on a PC system.

A.

/dev/hdb3

B.

/dev/hd1b3

C.

/dev/hdc1d2p3

D.

dev/hdc1a3

E.

dev/hdc1b3

Question # 20

Where is the BIOS located?

A.

RAM

B.

Hard drive

C.

Motherboard

D.

LCD monitor

Go to page: