1.

What is Linux Shell? What types of Shells are there in Linux?

Answer»

Linux shell is a user interface present between user and kernel. It is used for executing commands and communication with Linux OS. Linux shell is basically a PROGRAM used by users for executing commands. It accepts human-readable commands as input and CONVERTS them into kernel understandable language. 

Different types of shells are commonly used on TYPICAL Linux system as listed below: 

  • CSH (C Shell)
  • KSH (Korn Shell)
  • BASH (Bourne Again Shell)
  • TCSH
  • ZSH
  • Bourne Shell


Discussion

No Comment Found