A UNIX Shell is in simplest terms, a command line interpreter, that takes the users input and gives it to the Kernel. If you are familiar with DOS, you will remember the 'command.com' that file takes the users information and passes it to the operating system in a way it can be understood by the system. With DOS you only had one type of shell, but with UNIX you have a variety, each with their own abilities, pluses and minuses.
Keep in mind as you read about these shells, that though they may have major differences when they were created, that they have been updated and many features that were once only available in a single shell, may be available in other shells. This is more of a history lesson.
'sh'
The Bourne shell, named after its creator Steve Bourne is the oldest shell for most major distributions of UNIX and LINUX. Most shells today are in some fashion derived from the Bourne shell.
'csh'
The C Shell. The C shell is a great shell that has many advantages over the original Bourne shell, it was the first to introduce a history (the ability to scroll up, to view past commands). Also the C Shell as the name implies also integrates a great portion of the C programming language. If you are able to program in C, you can pretty much do it all in a shell script or from the command line, if you so desired.
'ksh'
The Korn Shell. Named after its creator David Korn. This shell is able to do most of the things both the Bourne, and C Shell can do, and improves on them. For instance, the history feature is available, plus you are able to call up the history, edit the command, and then re-run it.
'bash'
The Bourne-Again Shell. This is probably the most widely used shell to date, and is the default shell for most newer Linux distributions. Again it integrates most of the above features and improves upon them. It was developed by the Free Software Foundation.
There are many other shells out there, but chances are if you are using a UNIX style operating system, you are using one of the above mentioned shells. My personal favourite is the bash shell, which also happens to be the first one I was exposed towards, so I may be biased. However typically when shell scripting, I use the korn shell because of its programming friendly structure.
How do you know what UNIX shell I am using?
Type "ps" and then hit return at your shell prompt and you should get something similar to:
$ ps
PID TTY TIME CMD
13087 pts/1 00:00:00 bash
13121 pts/1 00:00:00 ps
The numbers under PID, TTY, TIME etc should all be different from machine to machine, and the number of lines of programs running may also. But one line you have will be probably "bash" "csh" "sh" "ksh".
Another way to check is to type the following:
grep your-user-name /etc/passwd (eg grep ken /etc/passwd)
Which will return you something along the lines of:
ken:x:501:501:Ken:/home/ken:/bin/bash
The last portion of that line is '/bin/bash' which tells you your default shell when you login.
Ken Dennis
ken.dennis@gmail.com
ken.dennis@gmail.com
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
OEComplete is a utility for managing the personal information of... Read More
You've finally created databases that you can actually use to... Read More
Former Great Plains Software Dynamics/eEnterprise, and currently Microsoft Business Solutions... Read More
There is many things more frustrating than surfing a website... Read More
I suggest that you do not spend a lot of... Read More
Considering whether or not your software company should hire a... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
This is intermediate level SQL scripting article for DB Administrator,... Read More
Let's say that you have a software project that's under... Read More
Some companies that are in need of fleet management may... Read More
Are you one of those people that keeps track of... Read More
If you use Microsoft Outlook (or similar applications) for e-mailing,... Read More
The most important things you can do for your computer... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions.The whole... Read More
IntroductionSurprised, by the title? well, this is a tour of... Read More
Microsoft PowerPoint has dramatically changed the way in which academic... Read More
What is installation in the language of technology? Installation... Read More
Every day millions of new web documents emerge on the... Read More
It is now common thing when large corporation selects mid-market... Read More
We would like first emphasize the change in the paradigm.... Read More
SOFTWARE PIRACY We regularly hear reports... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
Microsoft Great Plains as ERP and Microsoft CRM as... Read More
Before September of 1995, Microsoft ignored the Internet because their... Read More
Granger Lincoln Stretch limo rentals ..RSS (Really Simple Syndication) is a way for a site... Read More
In linux, one of great commands for finding out information... Read More
Are you a database professional? Do you work with a... Read More
Microsoft Great Plains is main accounting / ERP application... Read More
In the previous ISDN article, we looked at how and... Read More
If you feel intimidated when someone tries to teach you... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
There is many things more frustrating than surfing a website... Read More
Many reasons made GBM a unanimous choice for experts, one... Read More
If you're online using a dialup Internet connection, you'll probably... Read More
The US House of Representatives has recently passed the "Spy... Read More
Microsoft CRM was designed to be easily customizable. Microsoft CRM... Read More
Microsoft Business Solutions offers several ERP applications: Great Plains, Navision,... Read More
If you copy something from a Web site or elsewhere...... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
There are two approaches for application integration:? Programmer's approach ?... Read More
Bar charts, bar graphs, and any other chart or graph... Read More
Great Plains Purchase Order Processing (POP) module makes up one-third... Read More
The software giants don't do everything and don't always produce... Read More
We would like to give you several situations, when you... Read More
User interfaces and accessibility are some of the most important... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
Microsoft Business Solutions Great Plains has full-featured manufacturing set of... Read More
The first thing that you will notice about Linux Red... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
Software |