PDA

View Full Version : How many Shells?



achuth
March 4th, 2012, 02:31 PM
Sir,
I saw an interesting question.
1. How many shells are there in UNIX?

Is this a good question?


Answer I have
1. Cshell
2. Kshell
3. Bourne shell
4. BASH shell

Can I say exaclty 4 as the answer?

llamabr
March 4th, 2012, 03:02 PM
http://en.wikipedia.org/wiki/Comparison_of_command_shells

matt_symes
March 4th, 2012, 03:07 PM
Hi

There are more.

Just on my system...


matthew@matthew-laptop:~$ cat /etc/shells
# /etc/shells: valid login shells
/bin/csh
/bin/sh
/usr/bin/es
/usr/bin/ksh
/bin/ksh
/usr/bin/rc
/usr/bin/tcsh
/bin/tcsh
/usr/bin/esh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/screen
/bin/zsh
/usr/bin/zsh
matthew@matthew-laptop:~$

Kind regards

Paqman
March 4th, 2012, 03:29 PM
I saw an interesting question.
1. How many shells are there in UNIX?


Where did you see this question exactly? Is this homework?

matt_symes
March 4th, 2012, 03:41 PM
Hi


Where did you see this question exactly? Is this homework?

Ohh, Blimey ! How did i miss that ?

Sounds remarkably like homework to me.

Kind regards

sffvba[e0rt
March 4th, 2012, 04:59 PM
Thread moved to The Community Cafe.


404

CharlesA
March 4th, 2012, 05:24 PM
That sounds exactly like homework to me as well.

I suppose the correct answer would be "As many as you can install."