Month End Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Top Tips for Passing the LPI 010-150 Exam on Your First Try

Questions 11

Which of the following is a requirement of the GPL license but not the BSD license?

Options:
A.

Users who modify and distribute the software under the GPL license, must make the modifications they made, available to the recipients under the same license.

B.

The GPL license forbids the removal of copyright and license notices from source code files that are distributed.

C.

The GPL license contains a disclaimer of warranty requiring users not to hold the software authors liable for any damages.

D.

The GPL license requires that any legal disputes be settled with the mediation of the Free Software Foundation.

LPI 010-150 Premium Access
Questions 12

Which one of the following statements concerning the General Public License (GPL) is true?

Options:
A.

The GPL is designed to ensure that the source code of a software remains freely available.

B.

The GPL is identical to the BSD license.

C.

GPL software may never be sold for money.

D.

If you change a program you received under the GPL, you must send your changes to the original author for approval.

E.

GPL software may not be used to run nuclear reactors or air traffic control systems.

Questions 13

Which of the following can be used to access the command line?

Options:
A.

BIOS

B.

Terminal

C.

XWindow

D.

Firefox

E.

Xargs

Questions 14

Which of the following answers are true for cloud computing? (Choose TWO correct answers.)

Options:
A.

Cloud Computing provides new tools to manage IT resources.

B.

From the business perspective, Cloud Computing means outsourcing or centralization of IT operations.

C.

Cloud Computing is the opposite of green IT; i.e. the use of fossil, non-regenerative energy for computing.

D.

Cloud Computing implies sharing all information with everyone else in 'the cloud'.

Questions 15

Which of the following Linux distributions use the dpkg package management system? (Choose TWO correct answers.)

Options:
A.

Suse

B.

Red Hat

C.

Debian

D.

Ubuntu

E.

Mandriva

Questions 16

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

Options:
A.

-e

B.

-p

C.

-n

D.

-s

Questions 17

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

Questions 18

Which of the following commands can be used to create a file?

Options:
A.

touch

B.

build

C.

nico

D.

create

E.

mkfile

Questions 19

Which of the following commands increases the number of elements in a directory? (Choose TWO answers)

Options:
A.

touch newfile

B.

create newfile

C.

ls newfile

D.

rmdir newdirectory

E.

mkdir newdirectory

Questions 20

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

Options:
A.

cat PATH

B.

echo $PATH

C.

echo %PATH

D.

cat $PATH

E.

echo %PATH%