LPI 010-150 - Linux Essentials Certificate Exam, version 1.5 Exam
Page: 3 / 16
Total 80 questions
Question #11 (Topic: Topic 1)
When using a web browser, what should a user do to prevent private data from being
stored locally?
stored locally?
A. Browsers can be configured to use a private mode that does not store any data locally.
B. Set up a second profile and use only that one to access sensitive sites.
C. Delete the profile directory in the home directory and create a new one after the work is done.
D. Use the secure versions of the browser available.
E. There is no way to achieve that because Linux always logs network data.
Answer: A
Question #12 (Topic: Topic 1)
Which statements are true about virtualization? (Choose two)
A. Virtualization is not supported by Linux because of its permissions and multi-user requirements.
B. Virtualization lets you run several operating systems on the same hardware in parallel.
C. Virtualization is a proprietary technology that has additional licence costs even for Linux.
D. Virtualization is a pure desktop technology that should not be used on servers.
E. Virtualization allows separation of services, tasks and users in distinct virtual machines.
Answer: B,E
Question #13 (Topic: Topic 1)
Which of the following software packages is a mail server?
A. Postfix
B. Thunderbird
C. Apache
D. GIMP
E. MySQL
Answer: A
Question #14 (Topic: Topic 1)
Which statements are correct regarding distributions? (Choose two)
A. Programs can be installed manually and without a packet manager.
B. Only commercial distributions offer regular security updates.
C. To start a new distribution a Linux International license is needed.
D. Distributions restrict the user to its supported program packages.
E. Program packages of one distribution can be adapted for another.
A. Programs can be installed manually and without a packet manager.
B. Only commercial distributions offer regular security updates.
C. To start a new distribution a Linux International license is needed.
D. Distributions restrict the user to its supported program packages.
E. Program packages of one distribution can be adapted for another.
Answer: A,E
Topic 2, Finding Your Way on a Linux System
Question #15 (Topic: Topic 2)
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%
Answer: B