Solved

What Does the Following Command Do? Tar -Tzvf /Tmp/backup

Question 96

Multiple Choice

What does the following command do? tar -tzvf /tmp/backup.tgz etc/HOSTNAME


A) it includes the etc/HOSTNAME file in the /tmp/backup.tgz archive.
B) it extracts the etc/HOSTNAME file from the /tmp/backup.tgz archive.
C) it displays a line similar to the following, but otherwise does nothing: -rw-r--r--- riit/root 23 2005-03-11 14:20 etc/HOSTNAME
D) it produces an error message because the options are in the wrong sequence.

Correct Answer:

verifed

Verified

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

Related Questions