Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, Can some one tell with which shell am I working with (Bash,Csh, tcsh etc)? Is there any command to check ? Thanks, Rajesh....
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    17

    Question Which shell am I in ?

    Hi,

    Can some one tell with which shell am I working with (Bash,Csh, tcsh etc)?
    Is there any command to check ?

    Thanks,
    Rajesh.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Code:
    echo $SHELL
    or
    Code:
    ps -p $$

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...