Linux CLI - Linux Basics and Terminal
What will the command
echo $SHELL display in the terminal?echo $SHELL display in the terminal?$SHELL stores the path of the default shell program.echoecho prints the value of the variable, so it shows the shell path.echo $SHELL shows shell path [OK]echo $SHELL to see your shell path [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions