User Tools

Site Tools


change_the_default_shell

This is an old revision of the document!


change the default shell

Method 1:

Use ~/.profile .

For example, to change the default shell to bash, add the following lines to ~/.profile

# Change the default shell to bash
eval /bin/bash

Method 2:

use chsh. For example, to set the default shell to zsh.

rajulocal@hogwarts ~ % chsh -s /usr/bin/zsh 
Password:

check the default shell

echo $SHELL
change_the_default_shell.1672781567.txt.gz · Last modified: 2023/01/03 21:32 by raju