Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

010-150 LPI Linux Essentials Certificate Exam - version 1.5 Free Practice Exam Questions (2025 Updated)

Prepare effectively for your LPI 010-150 Linux Essentials Certificate Exam - version 1.5 certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 80 questions

Which of the following commands will output all of the lines that contain either the string Fred or fred? (Choose TWO correct answers.)

A.

grep -v fred data_file

B.

grep '[f]red' data_file

C.

egrep fred data_file

D.

grep '[Ff]red' data_file

E.

grep -i fred data_file

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

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"

Which of the following statements may be used to access the second command line argument to a script?

A.

"$ARG2"

B.

$1

C.

"$2"

D.

"$1"

E.

'$2'

Which of the following commands can be used to view a file and do search operations within it while viewing the contents?

A.

less

B.

find

C.

grep

D.

report

E.

see

A Linux computer has no access to the internet. Which command displays information about the network gateway for the system?

A.

traceroute

B.

ifconfig

C.

gateway

D.

route

E.

ipconfig

Which criteria are useful when deciding which operating system to use? (Choose THREE correct answers.)

A.

License costs.

B.

Ideological preferences of the system administrator.

C.

Linux can do everything, there is no need for further evaluation.

D.

Availability of mandatory applications and tools.

E.

Skills of the administrators and staff.

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

A.

HFS+

B.

ext4

C.

FAT32

D.

NTFS

Which of the following hardware devices links a number of computers together to form an Ethernet LAN?

A.

Server

B.

Switch

C.

Connector

D.

Access point

E.

Terminal

Which of the following is a combined audio/video interface for transmission of digital data?

A.

ATI

B.

DVD

C.

HDMI

D.

VGA

E.

DVI

Which statements about the directory /etc/skel are correct? (Choose TWO answers)

A.

The personal settings of root are in this directory.

B.

The files from the directory are copied to the home directory of the new user when starting the system.

C.

The files from the directory are copied to the home directory of a new user when the account is created.

D.

The directory contains a default set of configuration files used by the useradd command.

E.

The directory contains the global settings for the Linux system.

You have a program called /usr/bin/foo. You wish to create a symbolic link, /home/user/foo, that points to it. Which command will do this task?

A.

ln -sym /home/user/foo /usr/bin/foo

B.

ln -s /usr/bin/foo /home/user/foo

C.

ln /home/user/foo /usr/bin/foo

D.

ln /usr/bin/foo /home/user/foo

E.

ln --symlink /home/user/foo /usr/bin/foo

Which of the following files holds the definition of the local user accounts?

A.

/etc/secret

B.

/etc/users

C.

/etc/passwd

D.

/etc/id

E.

/etc/home

Which command displays the list of groups to which a user belongs?

A.

whoami

B.

lsgroup

C.

who

D.

id

What is the usual absolute path of the personal directory for the user foo?

Which command shows if /usr/bin is in the current shell search path?

A.

cat PATH

B.

echo $PATH

C.

echo %PATH

D.

cat $PATH

E.

echo %PATH%

Which commands provide help for a specific Linux command? (Choose TWO correct answers.)

A.

info

B.

man

C.

helpme

D.

ask

E.

whatdoes

Which of the following commands will display a list of all files in the current directory, including those that may be hidden?

A.

ls -a

B.

ls --hidden

C.

ls -h

D.

ls –a

Which option will cause the echo command NOT to output a trailing newline?

A.

-e

B.

-p

C.

-n

D.

-s

Which of the following are correct commands for changing the current directory to the user's home? (Choose TWO answers)

A.

cd /home

B.

cd ~

C.

cd ..

D.

cd

E.

cd /

Page: 1 / 2
Total 80 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved