How to find what what shell you are currently using on Linux?
|
|
|
|
|
Question: How to find what what shell you are currently using on Linux? Answer:Â - Open a new Terminal WindowÂ
- Type in the following command
- This will output something similar like below
root@local-laptop:~$ echo $SHELL
/bin/bash
|