0

how to know which shell i am using

heloo,

May i know which shell am using in my linux system.....and how to change it to another shell...!!

caleb
asked Feb 4, 2017
3 Answer
2

Use either of the below commands:

echo $0

or

echo $SHELL

Apart these many commands may used.....

And to change the shell,

chsh -s [shell_location]
View More
jagan
answered Feb 5, 2017
0

When I try changing shell got following output but remains the same, not changed....

Changing shell for root.
Shell changed.
View More
caleb
answered Feb 5, 2017
0

Reboot the system to take effect and try it will be changed.....!!!

View More
jagan
answered Feb 5, 2017
Your Answer
||||
 
100:0