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 Business Solutions Navision is main ERP application for European,... Read More
Microsoft Great Plains could be tuned and setup to fit... Read More
While I was preparing some personal background information for a... Read More
Microsoft Great Plains, former Great Plains Software Dynamics / eEnterprise... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
IntroductionPHP can be used for a lot of different things,... Read More
The purpose of Project Management Software is to provide an... Read More
The various resume software offered, particularly on the internet, can... Read More
A wiki is an editable text-based website. But you don't... Read More
Microsoft Business Solutions Great Plains has several options to enable... Read More
Executive SummaryAn effective plan for entering, cleaning and updating the... Read More
Professional services firm cuts costs and improves productivity with integrated... Read More
Well, even if the combination might look very unusual, we... Read More
Since technology changes so quickly, it is hard to begin... Read More
Microsoft Business Solutions CRM proved to be reliable solution in... Read More
Microsoft Business Solutions Great Plains and MS CRM (client relation... Read More
Ad-Aware and Spybot are probably the two most well known... Read More
What is IRC?IRC is Internet Relay Chat. It is a... Read More
It is really interesting that a bug can create problem... Read More
Buying accounting software is a major investment. It's an important... Read More
Today's business world is fast-paced. No matter what it is... Read More
You've finally created databases that you can actually use to... Read More
Microsoft CRM has built-in conversion tool, however you should probably... Read More
Great Plains Software Dynamics, Dynamics C/S+, eEnterprise were written on... Read More
I love new technology. I am still ready to wait... Read More
Des Moines rental limo ..In the previous ISDN article, we looked at how and... Read More
It's no secret that software companies operate in a very... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
So, you've bought a new Macintosh, and now you may... Read More
Microsoft Great Plains serves majority of US based horizontal and... Read More
Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
Enabling Chinese input is quick and easy, there are only... Read More
Lotus Domino/Notes ? Microsoft Great Plains tandem as ERP with... Read More
Think of this, first we had the HAM Radio, then... Read More
Microsoft Great Plains and Microsoft CRM become more and more... Read More
Table of Contents1) Introduction 2) Related Work 3) Framework 4)... Read More
Microsoft Great Plains may be recommended for international freight forwarding... Read More
Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
Before September 1995, Microsoft Windows was an MS-DOS program. DOS... Read More
Which Type of Shop Can Rely On A Home Built... Read More
Traditionally we were considering functionally rich systems, such as SAP,... Read More
Microsoft Business Solutions ? Great Plains is designed to meet... Read More
Creating a new markup language.Introduction.General Reuse Markup Langauge, or GRML,... Read More
Microsoft Business Solutions Great Plains has Project Accounting module where... Read More
The most important things you can do for your computer... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
The US House of Representatives has recently passed the "Spy... Read More
Siebel is traditional CRM market leader, however and mostly due... Read More
#5 All your hardware components like Printers, PCs etc come... Read More
Microsoft Great Plains is now targeting large and midsize businesses... Read More
Software |