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

Linux Essentials Certificate Exam, version 1.5 Question and Answers

Linux Essentials Certificate Exam, version 1.5

Last Update May 18, 2024
Total Questions : 80

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

010-150 pdf

010-150 PDF

$35  $99.99
010-150 Engine

010-150 Testing Engine

$42  $119.99
010-150 PDF + Engine

010-150 PDF + Testing Engine

$56  $159.99
Questions 1

Which of the following commands are used to view memory usage? (Choose TWO correct answers.)

Options:

A.  

memory

B.  

top

C.  

ps

D.  

free

E.  

nice

Discussion 0
Questions 2

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

Options:

A.  

traceroute

B.  

ifconfig

C.  

gateway

D.  

route

E.  

ipconfig

Discussion 0
Questions 3

Where is the BIOS located?

Options:

A.  

RAM

B.  

Hard drive

C.  

Motherboard

D.  

LCD monitor

Discussion 0
Questions 4

Which of the following directories is often used to store log files?

Options:

A.  

/home

B.  

/var

C.  

/temp

D.  

/dev

E.  

/usr

Discussion 0
Questions 5

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

for i in *; _____

cat $i

done

Options:

A.  

do

B.  

then

C.  

enod

D.  

fi

E.  

run

Discussion 0
Questions 6

Which command will display the last line of the file foo.txt?

Options:

A.  

head -n 1 foo.txt

B.  

tail foo.txt

C.  

last -n 1 foo.txt

D.  

tail -n 1 foo.txt

Discussion 0
Questions 7

What is the output of the following command?

tail -n 20 test.txt

Options:

A.  

The first 20 lines of test.txt.

B.  

The last 20 lines of test.txt omitting the blank lines.

C.  

The last 20 lines of test.txt with line numbers.

D.  

The last 20 lines of test.txt including blank lines.

Discussion 0
Questions 8

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

Options:

A.  

"$ARG2"

B.  

$1

C.  

"$2"

D.  

"$1"

E.  

'$2'

Discussion 0
Questions 9

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

Options:

A.  

less

B.  

find

C.  

grep

D.  

report

E.  

see

Discussion 0
Questions 10

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

Options:

A.  

-e

B.  

-p

C.  

-n

D.  

-s

Discussion 0
Questions 11

Which command lists all files in the current directory that start with a capital letter?

Options:

A.  

ls [A-Z]*

B.  

ls A-Z

C.  

ls A-Z*

D.  

ls --uppercasefiles

E.  

list-uppercase-files

Discussion 0
Questions 12

Which is a suitable command to find the next appearance of the word hidden in a man page being viewed from the command line?

Options:

A.  

find hidden

B.  

/? hidden

C.  

CTRL-F hidden

D.  

/hidden

Discussion 0
Questions 13

What command would you use to get comprehensive documentation about any command in Linux?

Options:

A.  

help command

B.  

echo command

C.  

locate command

D.  

man command

E.  

get command

Discussion 0
Questions 14

Which command line can be used to search help files that mention the word "copy"?

Options:

A.  

man -k copy

B.  

whatis copy

C.  

man copy

D.  

copy help

E.  

copy –help

Discussion 0
Questions 15

After installing a new package, in which directory are you most likely find its configuration file?

Options:

A.  

/lib

B.  

/conf

C.  

/etc

D.  

/usr

E.  

/opt

Discussion 0
Questions 16

Which of the following programs is not a graphical web browser?

Options:

A.  

Konqueror

B.  

Firefox

C.  

Links

D.  

Opera

E.  

Chrome

Discussion 0
Questions 17

Which of the following software packages is an e-mail server?

Options:

A.  

Postfix

B.  

Thunderbird

C.  

Apache

D.  

GIMP

E.  

MySQL

Discussion 0
Questions 18

Which Linux distribution is used as a basis for the creation of Ubuntu Linux?

Options:

A.  

Red Hat Linux

B.  

Arch Linux

C.  

SUSE Linux

D.  

Gentoo Linux

E.  

Debian Linux

Discussion 0
Questions 19

Which of the following is a Linux based operating system for use on mobile devices?

Options:

A.  

iOS

B.  

CentOS

C.  

Android

D.  

Debian

Discussion 0
Questions 20

Which of the following applications are used to play an MP3 file on a Linux system? (Choose THREE correct answers.)

Options:

A.  

Xara Xtreme

B.  

Banshee

C.  

LibreOffice Player

D.  

Amarok

E.  

Audacious

Discussion 0
Questions 21

What permissions are set on a file with the command chmod 654 file.txt?

Options:

A.  

drw-r-xr--

B.  

d--wxr-x--

C.  

--wxr-x--x

D.  

-rwxrw---x

E.  

-rw-r-xr—

Discussion 0
Questions 22

When a new user is added, where does the user ID get stored?

Options:

A.  

/etc/users

B.  

/etc/realm

C.  

/etc/pass

D.  

/etc/shpasswd

E.  

/etc/passwd

Discussion 0
Questions 23

What are the three sets of permissions for a file?

Options:

A.  

user, group, others

B.  

administrator, group, others

C.  

user, standard user, others

D.  

administrator, standard user, others

Discussion 0
Questions 24

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?

Options:

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

Discussion 0