nerdexam
Oracle

1Z0-409 · Question #214

Which statement is true about the command shown below? [r1@server1 ~]$ head -15 /etc/passwd | tail ?

The correct answer is C. It will display the lines 11 through 15 in the /etc/passwd file. See the full explanation below for the reasoning.

Question

Which statement is true about the command shown below? [r1@server1 ~]$ head -15 /etc/passwd | tail ?

Options

  • AIt will display the first 15 lines of the /etc/passwd file.
  • BIt will display the last five lines of the /etc/passwd file.
  • CIt will display the lines 11 through 15 in the /etc/passwd file.
  • DIt will display the lines between 5 and 15 in the /etc/passwd file.

How the community answered

(36 responses)
  • A
    14% (5)
  • B
    6% (2)
  • C
    75% (27)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice