Multiple choice technology operating systems

Korn Shell is the super set of which Shell ?

  1. C shell

  2. Bourne Shell

  3. Bash Shell

  4. B Shell

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

Korn Shell (ksh) is a superset of the Bourne Shell (sh), meaning it includes all Bourne Shell features plus additional capabilities like enhanced command-line editing, job control improvements, and arrays. It is not based on C shell (A), Bash (C) (which actually came later and borrowed from ksh), or B Shell (D).