Download and Install csh / tcsh shell on Linux
Q. cshell is a shell (command interpreter) with C-like syntax. How do I download and install csh shell on Linux?
A. csh is a command language interpreter incorporating a history mechanism , job control facilities , interactive file name and user name completion, and a C-like syntax. It is used both as an interactive login shell and a shell script command processor. tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell. In most cases csh / tcsh is installed by default. All you have to do is type shell name to start using it:
$ csh
OR
$ tcsh
Install csh / tcsh
In case csh is not installed, type the following command at shell prompt:
$ sudo apt-get install csh
If you are using Redhat / Fedora / CentOS Linux, enter the following command:
# yum install tcsh
To make csh as default login shell, type the following command:
$ which csh
Output:
/bin/csh
$ chsh
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- FreeBSD Install BASH Shell
- Redhat Enterprise Linux (RHEL) install ImageMagick RPM for manipulating images
- How do I install a Perl Module?
- Linux Check The Health of Adaptec RAID array
- Ubuntu Linux: How do I install .deb packages?
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: apt-get_command, berkeley unix, command interpreter, command language interpreter, command processor, csh shell, install csh, install tcsh, login shell, shell command, unix c shell, yum_command



December 14th, 2007 at 12:13 pm
Sorry, making mistakes again and again.
one more time.
Thnx once again.