Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

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

Page: 3 / 3
Total 80 questions

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

A.

find hidden

B.

/? hidden

C.

CTRL-F hidden

D.

/hidden

Which of the following are correct commands for changing the current directory to the user's home? (Choose TWO answers)

A.

cd /home

B.

cd ~

C.

cd ..

D.

cd

E.

cd /

Which of the following commands moves the directory ~/summer-vacation and its content to ~/vacation/2011?

A.

mv ~/vacation/2011 ~/summer-vacation

B.

move -R ~/summer-vacation ~/vacation/2011

C.

mv /home/summer-vacation /home/vacation/2011

D.

mv ~/summer-vacation ~/vacation/2011

E.

mv -R ~/summer-vacation ~/vacation/2011

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

A.

-e

B.

-p

C.

-n

D.

-s