Difference between revisions of "Other standard shells"
Jump to navigation
Jump to search
(Created page with '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 wit…') |
|||
Line 11: | Line 11: | ||
To find the list of available shell packages under [[Debian Linux]] / [[Ubuntu Linux]], enter: | To find the list of available shell packages under [[Debian Linux]] / [[Ubuntu Linux]], enter: | ||
<source lang="bash">apt-cache search shell</source> | <source lang="bash">apt-cache search shell</source> | ||
+ | [[Category:Introduction to Shells]] |
Revision as of 12:11, 12 September 2009
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.
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