$echo $SHELL
/bin/ksh
$
$csh
echo $SHELL
/bin/ksh
hello
hello: Command not found.
-->> The variable $SHELL doesn't show the shell when I changed the shel from ksh to csh
-->> Even trying to execute a non shell command (like hello) didn't tell the name of the shell as you can see here above.