Which of the following commands can be used to compress a file? (choose three) bunzip2 bzip2 gzip...
Linux Essentials
You try to compress a file that is already compressed. Which of...
You try to compress a file that is already compressed. Which of the following statements is true...
Given a file called documents.zip, how can you extract just the...
Given a file called documents.zip, how can you extract just the files under ProjectX? zip –x...
Given a file called documents.zip, how can you see what’s in it...
Given a file called documents.zip, how can you see what’s in it without extracting the files...
Which of the following commands will create a zipfile with the...
Which of the following commands will create a zipfile with the contents of your Documents directory...
You archived your users’ directories into a file called backup...
You archived your users’ directories into a file called backup.tar.gz. You then view the archive...
Given the command tar –cvjf homedirs.tbz /home, which of the...
Given the command tar –cvjf homedirs.tbz /home, which of the following are true? (choose two) The...
In the command tar-cvjf foo.tbz a b c, what are a, b, and c?
In the command tar-cvjf foo.tbz a b c, what are a, b, and c? File names to be added to the archive...
Which command will show what is inside the compressed tarball...
Which command will show what is inside the compressed tarball with a name of foo.tar.gz? tar –tjf...
Which flag would you pass to tar in order to have it make a new...
Which flag would you pass to tar in order to have it make a new archive? –t -c –j -x –n
Which command would you use to archive the Documents directory...
Which command would you use to archive the Documents directory and compress it with bzip2...
How would you obtain output similar to the following?
How would you obtain output similar to the following? compressed uncompressed ratio ...
You type gzip myfile.tar. What happens? (choose two)
You type gzip myfile.tar. What happens? (choose two) myfile.tar is removed myfile.tar.gz holds a...
Lossy compression: (choose three)
Lossy compression: (choose three) Decompresses to an identical version as the original Is often...
In general, for which of the following would you want to use...
In general, for which of the following would you want to use lossless compression? A log file A...