If you are going for Shell programming Interview than this article is for you. Here you can find consolidated list of all possible questions and their answers about shell programming.
Interview Questions Sets : Shell Programming
How do you find out what's your shell?
Answer: echo $SHELL
What's the command to find out today's date?
Answer: date
What's the command to find out users on the system?
Answer: who
How do you find out the current directory you're in?
Answer: pwd Read more questions click here
Reference:- This article was originally posted on scmGalaxy.com