Download as odp, pdf, or txt
Download as odp, pdf, or txt
You are on page 1of 4

BASH BEGINNER'S GUIDE

BASH BEGINNER'S GUIDE

Definition

A shell is a program that interprets user


commands, which are either directly entered by
the user, or which can be read from a file called a
shell script.
BASH BEGINNER'S GUIDE

Shell types

Sh: Bourne Shell


Bash: Bourne Again Shell
Csh: C Shell
Tcsh: TENEX C Shell
Ksh: Korn Shell
BASH BEGINNER'S GUIDE

The file /etc/shells gives you an overview of


known shells on a Linux system
mia@mia­laptop:~$ cat /etc/shells

You can switch from one shell to another by


typing its name on a terminal. It must be installed
in your system.
mia@mia­laptop:~$ tcsh

You might also like