What option must you almost always use with the tar command?
first command line must be selected from the following choices -c create or -x extract -t list
Using tar, give the command line that archives a directory named report and that names the
archive report.tar
tar -cf report report.tar
Give a command line that lists the contents of the archive named report.tar
tar -lf report.tar
Give a command line that extracts the contents of the archive named report.tar
tar -xf report.tar
What does the tar command’s –v option do?
verbose list files processed
Do you have to precede the tar command’s options with a dash?
No
What does it mean if a file has a .tar.gz extension?
Comppression file