LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   tcsh shell to bash (https://www.linuxquestions.org/questions/linux-general-1/tcsh-shell-to-bash-554650/)

jhwilliams 05-17-2007 11:32 AM

tcsh shell to bash
 
Hello, I just started a new job and the computer defaults to tcsh. I would like to use bash. How do I set up my profile so that when I login it is automatically set to Bourne ? Thanks - Jameson

reddazz 05-17-2007 11:56 AM

If its a Linux distro, start a terminal and do
Code:

$chsh -s /bin/bash
After that logout and back in again. If you are running any other variant of *nix, then make sure you enter the right path for bash because its not always in /bin.


All times are GMT -5. The time now is 05:14 PM.