Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 671 Bytes

File metadata and controls

14 lines (11 loc) · 671 Bytes

What is Linux Shell?

WHAT IS LINUX SHELL --- HOME --- SHELL PROMPT

  • Provides user program/environment for user interaction.
  • Command language interpretor which read from standard input.
  • Gets started when we login or start the terminal.
  • Shell is not a part of Kernel, but uses Kernel to execute programs.

Different Shells:

  • BASH (Bourne Again Shell) : It is the most common shell. It is OpenSource.
  • CSH (C Shell) : It's syntax and usage is similar to C.
  • KSH (K Shell) : It is the base for POSIX shell apps.
  • TCHS : It's the enhanced and compatible version of CSH.