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

A customer has a Sun Fire V240 Server that experienced a crash last weekend. A core dump was saved and consists of two files: unix.0 and vmcore.0. You need to pack these files in a tar.gz archive, for upload. How can you create the archive?

Answer(s)

  1. gzip unix.0 vmcore.0 | tar cf archive.tar.gz
  2. gzcat unix.0 vmcore.0 | tar cf - archive.tar.gz
  3. tarcf - archive.tar.gz unix.0 vmcore.0 | gzip
  4. tarcf - unix.0 vmcore.0 | gzip > archive.tar.gz
Correct Answer

tarcf - unix.0 vmcore.0 | gzip > archive.tar.gz