Skip to main content

Shell Programming: Interview Questions & Answer


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

Comments

Popular posts from this blog

Classroom DevOps Training & Workshop in Bangalore (India)

About the DevOps DevOps integrates developers and operation teams in order to improve collaboration and productivity by automation infrastructure, automating workflows and continuously application performance. DevOps helps you deliver the best user experience possible and benefits your company by increasing the frequency of deployments of your software and services. DevOps helps to improve performance and quickly release of application. As rapid delivery of software has become a strategic business asset, progressive IT organizations are pursuing a DevOps culture, where development and operations teams, systems, and tools work in lockstep. By aligning goals and sharing tools and strategies, you can improve velocity and code quality, allowing you to innovate faster. In this course, we look at the necessity of Devops and how a DevOps transformation can help focus on value and streamlined delivery of your software. We will also cover concepts like Automation, tools & technology ...