Archive for June 16th, 2009

Jun
16
2009

Linux: Know your Shell

What is a Shell?
A Shell is a program that passes the instructions to the kernel of your system for it to be interpreted when it is valid.

To learn more about the shell, click here

How to find which shell you are on?

The command to find which Linux shell you are in
$ echo $SHELL

  • Share/Save/Bookmark