9L0-614  Exam

Exam # of questions Description  Update
9L0-614 58 9L0-614... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

9L0-614 - Exam Information
  • Description:Mac OS X Server Command and Line Install and Configuration v10.4
  • Passing Score:75%
  • Practice Test - Number of questions:58 questions
  • Simulation Test - Number of questions:58 questions
  • Simulation Test Duration:90 minutes
  • Has explanations:No

Question of the day

How does fs_usage differ from lsof?

Answer(s)

  1. - Any user can run fs_usage. Only root can run lsof.
  2. - fs_usage can show open network sockets and open files on disk. lsof only shows open fileson disk.
  3. - fs_usage can show files opened by system processes. lsof only shows files opened by userprocesses.
  4. - fs_usage shows file-open events in real-time until the command is exited. lsof shows asnapshot of open files at a specific time.
Correct Answer

- fs_usage shows file-open events in real-time until the command is exited. lsof shows asnapshot of open files at a specific time.