QuestionQ6

Basic Unix Skills

Which of the following tar options support compression?

Choose two
  • A -x
  • B -c
  • C -z
  • D -J
  • E -v
Explanation

The -z option uses gzip compression, and the -J option uses xz compression. The -x, -c, and -v options control extraction, archive creation, and verbose output, respectively.

Community Discussion

No comments yet. Be the first to start the discussion!