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 shells available?

Answers were Sorted based on User's Feedback



What are the different shells available?..

Answer / jayachandran.g.r

BASH Shell (common Shell)
CSH( C Shell)
KSH(Korn Shell)

Is This Answer Correct ?    6 Yes 0 No

What are the different shells available?..

Answer / subbareddy

Bourne-Again shell (bash) -- Written as part of the GNU
project to provide a superset of Bourne Shell
functionality.
Debian Almquist shell (dash) -- Dash is a modern
replacement for ash in Debian.
Korn shell (ksh) -- Written by David Korn, while at Bell
Labs.
Z shell (zsh) -- considered as the most complete (read: the
most features) shell: it is the closest thing that exists
to a superset of sh, ash, bash, csh, ksh, and tcsh.
[citation needed]
Busybox -- Tiny utilities for small and embedded systems,
include a shell.

Is This Answer Correct ?    4 Yes 2 No

What are the different shells available?..

Answer / reddy

Bourne shell
Bash shell
c shell
k shell
z shell

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Shell Script Interview Questions

What is the meaning of $1 in shell script?

0 Answers  


How would you print just the 25th line in a file using smallest shell script?

4 Answers  


How to change our default shell?

5 Answers  


determine the output of the following command: echo ${new:-variable}

0 Answers  


Is powershell a bash?

0 Answers  


What does $0 mean in shell script?

0 Answers  


How do you debug a script?

0 Answers  


Given a file find the count of lines containing the word "abc".

0 Answers  


Explain how you Automate your application using Shell scripting.

0 Answers   MAHINDRA,


write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null

1 Answers  


Write a shell script to check whether a number is Armstrong number or not?

1 Answers   Flipkart,


What is shift command in shell script?

0 Answers  


Categories