Multiple choice technology operating systems

what is the default value of PS2 variable

  1. "-"

  2. "<"

  3. ">"

  4. "/"

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PS2 is the secondary prompt variable in Unix shells that appears when continuing multi-line commands. Its default value is '>', which is displayed to indicate more input is expected from the user.