How/command to find out the current shell – Unix/Linux

Shell is a program that takes your commands from the keyboard and gives them to the operating system to perform. Some common types of shells are listed below:
> /bin/bash
> /bin/ksh
> /bin/csh
> /bin/sh
> /sbin/nologin
etc…

How/command to find out the current shell ?

# echo $SHELL

Example:

[root@localhost ~]# echo $SHELL
/bin/bash

Related Post:
How to change the shell for an already existing user

Post navigation

Arunlal Ashok

DevOps Engineer. Linux lover. Traveller.
Always happy for an open discussion! Write to arun ((@)) crybit ((dot)) com.

2 thoughts on “How/command to find out the current shell – Unix/Linux

Leave a Reply

Your email address will not be published. Required fields are marked *