LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Shells (https://www.linuxquestions.org/questions/linux-newbie-8/shells-57671/)

andrewtc 05-01-2003 01:22 PM

Shells
 
Hi,

What shells are included in Red Hat 8.0?

Im thinking of doing a bit of shell programming but am new to linux and am not sure which shells are included.

Do most Linux systems use the Korn Shell or can you program with the same commands in any shell?

cheers

trickykid 05-01-2003 01:35 PM

Well the default will most likely be bash but I would presume Redhat will come also with:

ash
korn (ksh)
bourne shell ( sh )
csh

And probably many others. They might not be installed by default but probably included on the software cd's where you can install from.

Tinkster 05-01-2003 03:47 PM

Re: Shells
 
Quote:

Originally posted by andrewtc

Do most Linux systems use the Korn Shell or can you program with the same commands in any shell?

I'd recommend to stick with bash ;)

http://isc.faqs.org/faqs/unix-faq/shell/csh-whynot/

:)

Cheers,
Tink

whansard 05-01-2003 03:52 PM

most linux scripts are made for sh, which bash
will handle. korn shell, csh, and zsh are the other
biggies. they all have millions of functions that
nobody even knows about. and they can generally
emulate each other if necessary.


All times are GMT -5. The time now is 04:59 AM.