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

LPI 010-160 - Linux Essentials Certificate Exam - version 1.6

Page: 3 / 3
Total 81 questions

Which of the following commands creates an archive filework.tarfrom the contents of the directory./

work/?

A.

tar --new work.tar ./work/

B.

tar –cf work.tar ./work/

C.

tar –create work.tgz –content ./work/

D.

tar work.tar < ./work/

E.

tar work > work.tar

Which of the following commands extracts the contents of the compressed archive file1.tar.gz?

A.

tar -czf file1.tar.gz

B.

ztar file1.tar.gz

C.

tar -xzf file1.tar.gz

D.

tar --extract file1.tar.gz

E.

detar file1.tar.gz

Which of the following permissions are set on the/tmp/directory?

A.

rwxrwxrwt

B.

------rwX

C.

rwSrw-rw-

D.

rwxrwS---

E.

r-xr-X--t

Which of the following commands will search for the filefoo.txtunder the directory/home?

A.

search /home –file foo.txt

B.

search /home foo. txt

C.

find /home – file foo.txt

D.

find /home –name foo.txt

E.

find /home foo.txt