How to use bash shell

by Vivek Gite [Last updated: June 19, 2007]

Q. How do I use bash shell? What command I need to type use bash shell?

A. GNU Bourne-Again Shell is default shell on most Linux systems (distributions). So when you open terminal from X Windows (KDE/Gnome) you directly opens a bash shell. Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file.

To find out your shell version type:
$ echo $SHELL
Output:

/bin/csh

If you are using different shell, just type bash at command prompt and load bash shell:
$ bash

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tagged as: ,

Previous post: Update Fedora 7 Linux

Next post: Linux Machine not authorized to use this PPP address error