Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

010-150 Exam Dumps - Linux Essentials Certificate Exam - version 1.5

Question # 4

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

Full Access
Question # 5

Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?

A.

tar /home backup.tar

B.

tar -cf /home backup.tar

C.

tar -xf /home backup.tar

D.

tar -xf backup.tar /home

E.

tar -cf backup.tar /home

Full Access
Question # 6

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'

Full Access
Question # 7

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

A.

info

B.

man

C.

helpme

D.

ask

E.

whatdoes

Full Access
Question # 8

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

A.

ls [A-Z]*

B.

ls A-Z

C.

ls A-Z*

D.

ls --uppercasefiles

E.

list-uppercase-files

Full Access
Question # 9

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

A.

touch newfile

B.

create newfile

C.

ls newfile

D.

rmdir newdirectory

E.

mkdir newdirectory

Full Access
Question # 10

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

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.

Full Access
Question # 11

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

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.

Full Access
Question # 12

Which one of the following statements concerning Linux passwords is true?

A.

All passwords can be decrypted using the system administrator's master password.

B.

Passwords may never start with a non-letter.

C.

Users cannot change their password once it has been set.

D.

Passwords are only stored in encrypted form.

E.

Passwords may be at most six characters long.

Full Access