Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Unix Shell
n A Unix shell, also called "the command line", provides the traditional user interface for the Unix operating system and for Unix-like systems.
n bash – Bourne Again SHell, (mostly) sh-compatible and csh-compatible, standard shell on Linux systems and Mac OS X.
n csh – C shell. Written by Bill Joy for BSD systems.
n ksh – Korn shell, standard shell on many proprietary Unix systems, powerful successor to the Unix Bourne shell (sh), written by David Korn,
n rc – originally written for Plan 9.
n sh – Bourne shell, only shell present on all UNIX and Unix-like systems, written by Stephen Bourne for Version 7 Unix.
n tcsh – TENEX C shell, standard shell on BSD systems.
n zsh – Z shell.
(http://en.wikipedia/org/wiki/Unix_shell)