Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

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

Go to page:
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
Go to page: