Shell Scripting
A shell script is a executable file containing multiple shell commands that are executed squentially.
Kernel
Kernel is interface between hardware and software.

You can look into your current shell by using:
echo $0All available shells
cat /etc/shellsTypes of Shell
Gnome
KDE
sh - shell
bash - born again shell
csh and tcsh - c shell
ksh - korm shell
Last updated