nerdexam
Oracle

1Z0-876 · Question #149

Val is using the du command to gather information about data stored in her home directory. $ du -sk * | sort -n | tail > file2 Which answer correctly describes the output of this command line?

The correct answer is A. The 10 largest files will be listed by size and written to file2. See the full explanation below for the reasoning.

Question

Val is using the du command to gather information about data stored in her home directory. $ du -sk * | sort -n | tail > file2 Which answer correctly describes the output of this command line?

Options

  • AThe 10 largest files will be listed by size and written to file2
  • BThe 10 smallest files will be listed by size and written to file2
  • CThe oldest 10 files will be listed by date and written to file2
  • DThe 10 most recent files will be listed by date and written to file2

How the community answered

(32 responses)
  • A
    78% (25)
  • B
    13% (4)
  • C
    6% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice