Difference between revisions of "Other standard shells"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
* [[csh]] - Shell with C-like syntax, standard login shell on BSD systems. | * [[csh]] - Shell with C-like syntax, standard login shell on BSD systems. | ||
* [[zsh]] - A powerful interactive shell. | * [[zsh]] - A powerful interactive shell. | ||
+ | * [[scsh]]- An open-source Unix shell embedded within Scheme programming language. | ||
To find the list of available shell packages under [[Red Hat Enterprise Linux]] / [[CentOS Linux]] / [[Fedora Linux]], enter: | To find the list of available shell packages under [[Red Hat Enterprise Linux]] / [[CentOS Linux]] / [[Fedora Linux]], enter: |
Revision as of 13:54, 24 September 2009
← The role of shells in the Linux environment • Home • Hello, World! Tutorial →
Other available shells under Linux:
- tcsh - An enhanced version of csh, the C shell.
- ksh - The real, AT&T version of the Korn shell.
- csh - Shell with C-like syntax, standard login shell on BSD systems.
- zsh - A powerful interactive shell.
- scsh- An open-source Unix shell embedded within Scheme programming language.
To find the list of available shell packages under Red Hat Enterprise Linux / CentOS Linux / Fedora Linux, enter:
yum search shell
To find the list of available shell packages under Debian Linux / Ubuntu Linux, enter:
apt-cache search shell