Which is the earliest and most widely used shell that came with the UNIX system? A. C shell B. Korn shell C. Bourne shell D. Smith shell E. None of the above

C shell
Korn shell
Bourne shell
Smith shell E. None of the above

The correct answer is C. Bourne shell.

The Bourne shell was the first Unix shell, developed by Stephen Bourne at AT&T Bell Labs in the late 1970s. It was the default shell on Unix systems until the early 1990s, when it was replaced by the Korn shell. The Bourne shell is still widely used today, particularly on systems that run older versions of Unix.

The C shell was developed by Bill Joy at the University of California, Berkeley in the early 1980s. It was designed to be more powerful and flexible than the Bourne shell. The C shell is still widely used today, particularly on systems that run Linux.

The Korn shell was developed by David Korn at AT&T Bell Labs in the early 1980s. It was designed to be a superset of the Bourne shell, with additional features such as variables, arrays, and functions. The Korn shell is the default shell on many Unix systems today.

The Smith shell was developed by Ken Smith at AT&T Bell Labs in the early 1980s. It was designed to be a more user-friendly shell than the Bourne shell. The Smith shell is not widely used today.

E. None of the above is not the correct answer.