Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Feb 4, 2009

Introducing the Bash Shell

The word LInux refers to just the kernel, which is the fundamental, invisible program that runs our PC and lets everything happen. On its own, the kernel is completely useless. It needs programs to let users interact with the PC and do cool stuff, and it needs a lot of system files (also referred to as libraries) to provide vital functions.
The GNU project provides many of these low-level pieces of code and programs. This is why many people refer to the Linux operating system as GNU/Linux, giving credit to the fact that, without the GNU components, Linux wouldn't have got off the starting  blocks. The GNU Project provides various shell programs, too. Some of these offer graphical functionality, but most are text only. These text shell programs are also known as terminal programs, and they're often colloquially referred to as command-line prompts, in reference to the most important component they provide. This kind of shell lets us take control our system in a quick and efficient way. like a GUI, it's another way of interfacing with our computer, except that we type commands, rather than use a mouse.

By learning the shell, we'll become the true master of our own system. In this part of my log, we'll learn all we need to know about using the shell. This post introduce the BASH  shell which is the default one in Introducing the Bash Shell's book on Beginning Suse Linux published by Apress. You'll see...

0 comments:

Post a Comment

Related Post