How shell works?



How shell works?..

Answer / satbeer singh

Shell is a program that takes commands as an input from the
user and interact with the Operating system to execute
those commands.Shell is a wraper around the Operating
system and passes on the information in form of the
commands to get the task done.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More Shell Script Interview Questions

Is powershell a bash?

0 Answers  


What is a file basename?

0 Answers  


Write a script to print the first 10 elements of fibonacci series.

0 Answers  


What is inside a seashell?

0 Answers  


Can shell script run on windows?

0 Answers  






Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


what is the difference between writing code in shell and editor?

1 Answers  


What are the 4 basics of OOP?

1 Answers   Amazon, Infosys,


What is a command line shell?

0 Answers  


How do I run a shell script on a mac?

0 Answers  


What is the use of "$#" in shell scripting?

0 Answers  


How do I run a shell script in powershell?

0 Answers  


Categories