LPI Exam Questions

Which of the following commands will create an archive file, named backup.tar, containing all the fi

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