Multiple choice technology operating systems

Architecture

  1. sh

  2. csh

  3. ksh

  4. bash

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

All four options are valid shell architectures/programs in Unix-like systems. 'sh' is the Bourne shell, 'csh' is the C shell, 'ksh' is the Korn shell, and 'bash' is the Bourne Again Shell. The question appears to test general knowledge of shell architectures rather than asking for a specific one.