Which of the following is NOT an input/output redirection symbol that Linux…

2023

Which of the following is NOT an input/output redirection symbol that Linux shell uses?

Answer: D. !In the Linux shell (like Bash), the ! symbol is used for history expansion (e.g., !! repeats the last command) or as a logical NOT operator in scripts and…

  1. A.

    <

  2. B.

    >

  3. C.

    >>

  4. D.

    !

Attempted by 220 students.

Show answer & explanation

Correct answer: D

In the Linux shell (like Bash), the ! symbol is used for history expansion (e.g., !! repeats the last command) or as a logical NOT operator in scripts and expressions. It is not used for standard input/output redirection.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…