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 are system commands?

0 Answers  


If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?

0 Answers  


What is the root directory linux?

0 Answers  


Did you ever write any inerface files / profile file to support unix environment setup ?

1 Answers   HP,


How do I run a script in linux?

0 Answers  






You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

0 Answers  


How do you kill a process in linux?

0 Answers  


What is the command to calculate the size of a folder?

0 Answers  


How do you insert comments in the command line prompt?

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 the command to see all the processes are working in the last 30 days?

9 Answers  


How do I remove a soft link in linux?

0 Answers  


Categories