what is the command to find out which shell you are running?
Answer Posted / harish
ps lists all the processes running not the shell type.
echo $shell can be used to find out the shell running.
Is This Answer Correct ? | 31 Yes | 27 No |
Post New Answer View All Answers
How do I clear my terminal history?
What is the difference between awk and grep?
What does awk stand for?
What is the behavioural difference between cmp and diff commands?
Which command can you use to find the currently running process in unix server?
What is grep command in unix with examples?
What do chown command do?
Is grep faster than awk?
Why is it called a shebang?
What are grep patterns?
What are the unix commands?
What does this command do? Cat food 1 > kitty
What are the commands in UNIX to list the files in a Directory?
How can you see the command line history?
Which command is used to delete all files in the current directory and all its sub-directories?