LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is Bash shell? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-bash-shell-119148/)

xailer 11-23-2003 08:35 AM

What is Bash shell?
 
hi

Can someone tell(explain) me what bash shell is?
Also,what is GNU?

thank you

Demonbane 11-23-2003 08:57 AM

To put it in simple terms, bash(as well as other shells) is just a program that interprets the instructions you give to it. So basically like a translator between you and the machine(Yeah you don't need one if you can speak in binary).

As for GNU check out their website:
http://www.gnu.org/

slakmagik 11-23-2003 09:00 AM

Bash is the Bourne Again SHell - the default command interpreter for Linux systems. And a scripting language.

GNU is GNU's Not Unix - the open source project to clone (and improve) proprietary Unix utilities. It was supposed to be a whole system but they proved incapable and that's why we run Linux.

*ducks*

Anyway - 'man bash' and 'http://gnu.org' (I think - the site won't load for me at the moment, so I can't verify the address.)

-- Oops. Scooped. Yeah - www.gnu.org. *That* one loads. *g*

javpra 11-23-2003 09:01 AM

Linux has many different shells you can choose from. bash is just one of them and "bash" stands for Bourne Again Shell (because it is the second version of the bourne shell). The shells are what interprit the commands you give the system for the computer. They also provide job control. GNU is a recursive acronym for "GNU's Not Unix". It is a UNIX-compatible operating system using the Linux kernel developed by the Free Software Foundation. The design philosophy of GNU is to create a full-featured operating system composed of completely free software. . If you want more information a good place to find manuals and instructions is www.TLDP.org. Also oreilly has many good printed books as well such as "Running Linux" which is very informative.

Enjoy,
javpra

xailer 11-23-2003 09:29 AM

great

thank you so much for explaining it

bye:)


All times are GMT -5. The time now is 05:08 AM.