Slide 25
Slide 25 text
Shells
.sh (bash “Bourne Again SHell)
.csh (C shell)
.ksh (KornShell)
.tsch (“tee-cee-shell")
.zsh (Z shell)
• On most Linux systems there are several shells available
• They all offer similar functionality, but different syntax and capabilities
• Most shells are descendants of bash (Bourne Again SHell) , `sh`
• First bash
• then `csh` (C shell)
• `bash`, `ksh`, `tsch`, and `zsh`