解压 pkg.tar.gz 应使用哪个命令?

Linux

  1. A.tar -czf pkg.tar.gz dir/
  2. B.gzip pkg.tar.gz
  3. C.tar -xzf pkg.tar.gz
  4. D.unzip pkg.tar.gz