Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the Different types of shells?

Answers were Sorted based on User's Feedback



What are the Different types of shells?..

Answer / aditya

sh - bourne shell
ksh - korn shell
csh - c shell
bash - bourne again shell in linux

Is This Answer Correct ?    4 Yes 0 No

What are the Different types of shells?..

Answer / dhrma

&#9679; The Bourne shell (includes sh, ksh, and bash)
&#9679; The C shell (includes csh and tcsh)

Is This Answer Correct ?    2 Yes 0 No

What are the Different types of shells?..

Answer / seshadri sethi

sh : the oldest shell
csh
ksh
bash
tcsh
zsh

Is This Answer Correct ?    2 Yes 1 No

What are the Different types of shells?..

Answer / k.s.rakeshsharma

There are mainly two types of shell
1)The Bourne shell
2)The C shell

The Bourne shell includes
1)Bourne shell ( sh)
2)Korn shell ( ksh)
3)Bourne Again shell ( bash)
4)POSIX shell ( sh)

And the The C shell includes
1)csh(C shell)
2)tcsh(Tenex/Tops C shell)

Is This Answer Correct ?    1 Yes 0 No

What are the Different types of shells?..

Answer / guest

ksh
sh
csh
tcsh

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Shell Script Interview Questions

How do I start a shell script?

0 Answers  


How do I run a script on mac?

0 Answers  


whta is the use of "exec" command?

1 Answers  


shell script for reverse the string

0 Answers  


Determine the output of the following command: [ -z “” ] && echo 0 || echo 1

0 Answers  


Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.

2 Answers   IBM, TCS,


How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.

5 Answers   Wells Fargo,


Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"

5 Answers  


How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.

6 Answers   TCS,


Print the 10th line without using tail and head command.

0 Answers  


How will you list only the empty lines in a file (using grep)?

4 Answers   ANZ,


What is the syntax of "nested if statement" in shell scripting?

0 Answers  


Categories