Solved

You Need to Create a Backup of /Etc to a Removable

Question 46

Multiple Choice

You need to create a backup of /etc to a removable hard disk drive mounted at /mnt/USB. Which of the following tar commands should you use?


A) tar -xfv ~/backup.tar /etc
B) tar -xzf /mnt/USB/backup.tar /etc
C) tar -cfv /mnt/USB/backup.tar /etc
D) tar -cfv /mnt/USB/backup.tar ~/etc

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions