Unix command to check which shell you are using

1.       How to check which shell you are using?

$ echo $SHELL
Output: /u01/sh

Or

$ echo “$SHELL”
Output:/u01/sh

0 commentS: