310-878  Exam

Exam # of questions Description  Update
310-878 105 310-878 SUN Certified Field Engineer... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

310-878 - Exam Information
  • Description: 310-878 SUN Certified Field Engineer
  • Passing Score: 75%
  • Practice Test - Number of questions: 105 questions
  • Simulation Test - Number of questions: 105 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: No

Question of the day

To resolve a bug a customer is experiencing, you need to install a patch. You've copied the patch file, 111111-01.tar.gz, to /tmp. To install it, you will have to unpack it first. How can you unpack the archive?

Answer(s)

  1. gzcat 111111-01.tar.gz | tar xf -
  2. tar cvf 111111-01.tar.gz | gunzip -
  3. uncompress 111111-01.tar.gz
  4. gunzip 111111-01.tar.gz | tar tvf -
Correct Answer

gzcat 111111-01.tar.gz | tar xf -