what is the command to find out which shell you are running?
Answer Posted / subbareddy kake
All answers correct, except 'Swapna' and 'Rajhsekhar'
answers.By using ps cammand we can see what are the process
are running.So may be few process are running in b shell
remaining process are are running on C shell.So we can't
say.
Best answer is
echo $SHELL
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
What are file commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does grep v grep do?
Explain mount and unmount command.
What is the difference between cat command and more command?
What are the dos commands?
What is the function of grep command in unix?
What does touch command do in unix?
What is grep short for?
Write a command that will display files in the current directory, in a colored, long format.
What is the use of tee command?
What does find command return in unix?
What does the metacharacter mean?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command to kill the last background job?