|
Which are widely used shells in Linux?
A shell is any program that takes input from the user, translates it into instructions that the operating system can understand, and conveys the operating system's output back to the user.
- The sh shell was the earliest shell, being developed for UNIX back in the late 1970s.
- The csh shell was originally developed for BSD UNIX. It uses a syntax that is very similar to C programming.
2. Command history feature – Previously typed commands can be recalled, since C shell keeps track of all commands issued at the command line. Korn shell
- The bash shell is an improved version of the sh shell and is one of the most popular shells today. It’s the default shell used by most Linux distributions. TSCH
ZSH (Z SHELL)
|
|
See Also
Have a Linux Problem
Linux Books
Linux Home: Linux System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|