Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (9k points)
What is Shell in Linux?

1 Answer

0 votes
by (45.3k points)

Shell in Linux is a program that offers the interface between the operating system and the user. As soon as the user logs in, the operating system begins a shell for them. It collects input from you before executing the program based on the given input. Finally, it displays the output of the program once the execution is completed.

Shell environment allows you to run various programs, commands, and shell scripts. Just like there are various types of operating systems, there are a few types of shells. The various types of Linux Shell include:

  • C Shell: It consists of various programming features such as built-in C-like and arithmetic expression syntax.
  • Bourne Shell: It is faster and generally more preferred. However, it does not have the feature of recalling previous commands, and logical and arithmetic expression handling.
  • Korn Shell: It includes built-in C-like and arithmetic arrays, string manipulation facilities, and functions. It is comparatively faster than the C shell.
  • GNU Bourne-Again Shell: It is compatible with the Bourne shell. It contains features of both Bourne and Korn shell.

If you wish to learn more about Linux and build a career in this field then you must sign up for Linux Certification Training. In this course, you will learn in detail about this operating system. After the course, you will also be given job assistance via mock interviews and resume creation to give you a head start in your career.

Also, watch this video tutorial on Linux:

Related questions

0 votes
1 answer
asked Jan 24, 2021 in Linux by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...