What can you type at a command line to determine which shell
you are using?

Answers were Sorted based on User's Feedback



What can you type at a command line to determine which shell you are using?..

Answer / alok

echo $SHELL

This command will display shell.

Is This Answer Correct ?    62 Yes 3 No

What can you type at a command line to determine which shell you are using?..

Answer / ganesh pal

echo $SHELL

Is This Answer Correct ?    22 Yes 6 No

What can you type at a command line to determine which shell you are using?..

Answer / hrishikesh patil

# echo $0

Is This Answer Correct ?    16 Yes 5 No

What can you type at a command line to determine which shell you are using?..

Answer / shyjith ck

echo $SHELL

Is This Answer Correct ?    5 Yes 4 No

What can you type at a command line to determine which shell you are using?..

Answer / shri

cat /etc/passwd | grep "user name"

Is This Answer Correct ?    0 Yes 0 No

What can you type at a command line to determine which shell you are using?..

Answer / chinna reddy

$ echo shell

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

What does history command do in linux?

0 Answers  


How cp command works in linux?

0 Answers  


script is like x=10; y=20; [$x-ne$y]; echo $ please give me output.

2 Answers   Amdocs, Google,


What is env command in linux?

0 Answers  


You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?

0 Answers  


what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answer.

6 Answers   Google,


if i run ls command it will show me the junk output what is problem and how to resolve it

2 Answers   BPO,


How is grep so fast?

0 Answers  


What is #!/ Bin sh?

0 Answers  


What are whois tools?

0 Answers  


What is the command to see on which port which service is running?

0 Answers  


Which command is used to uncompress gzip files?

0 Answers  


Categories