LPIC-1 Exam 101 v5 (Linux Administrator) — Question 61

Which of the following are valid stream redirection operators within Bash? (Choose two.)

Answer options

Correct answer: A, E

Explanation

The correct answers are A and E because '<' is used for input redirection and '2>&1' redirects standard error to standard output. Options B, C, and D are not recognized stream redirection operators in Bash.