nerdexam
Oracle

1Z0-409 · Question #195

Match the following file redirection operators with their functions: 1) < 2) > 3) >> 4) 2> 5) 2>> 6) &> 7) 2>&1

The correct answer is A. 1-b, 2-a, 3-d, 4-e, 5-f, 6-c, 7-g. See the full explanation below for the reasoning.

Question

Match the following file redirection operators with their functions: 1) < 2) > 3) >> 4) 2> 5) 2>> 6) &> 7) 2>&1

Options

  • A1-b, 2-a, 3-d, 4-e, 5-f, 6-c, 7-g
  • B1-b, 2-e, 3-f, 4-a, 5-d, 6-g, 7-c
  • C1-c, 2-e, 3-f, 4-a, 5-d, 6-b, 7-g
  • D1-c, 2-a, 3-d, 4-f, 5-e, 6-g, 7-b
  • E1-b, 2-a, 3-d, 4-f, 5-e, 6-c, 7-g
  • F1-b, 2-e, 3-d, 4-a, 5-f, 6-c, 7-g
  • Gredirects both STDOUT and STDERR

How the community answered

(55 responses)
  • A
    75% (41)
  • B
    7% (4)
  • C
    13% (7)
  • D
    2% (1)
  • F
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice