Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (9.5k points)

When I run the env command, it gives the below output: 

SHELL=/bin/tcsh

Can anyone tell me how to change it to the default shell which is Bash? 

1 Answer

0 votes
by (19.7k points)

Try Linux command chsh -s/bin/bash. When you run this, it makes your default login shell as /bin/bash after you enter the password. This permanently changes the default login shell 

Interested in Linux? Check out this Linux Certification by Intellipaat.

Related questions

0 votes
1 answer
asked Nov 26, 2020 in Linux by blackindya (18.4k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jan 24, 2021 in Linux by dev_sk2311 (45k points)
0 votes
1 answer

Browse Categories

...