Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of script interpreter in shell scripting?

Answers were Sorted based on User's Feedback



What is the use of script interpreter in shell scripting?..

Answer / linuxdemon(vjsujay@gmail.com)

To overcome the execution of your script by the default
shell, we are invoking the required script
interpreter(shell) in the script file to execute our script.

Is This Answer Correct ?    3 Yes 0 No

What is the use of script interpreter in shell scripting?..

Answer / basavaraj

It will act as bridge between an user and kernel

Is This Answer Correct ?    1 Yes 0 No

What is the use of script interpreter in shell scripting?..

Answer / tony

It's a forced attempt to try and let the script run with the Shell it was designed for. If the Shell is missing from a given system (which is unlikely if the Shell is a popular one), the script would fail. But, if the Shell is not a popular one, it will fail for a good reason, because the unpopular Shell has a high chance of not being compatible. Also, it's a method of indicating the system on which the script was written and intended for, just as a remark to any reader.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

Is shell scripting easy to learn?

0 Answers  


What is the conditional statement in shell scripting?

0 Answers  


What is the use of script interpreter in shell scripting?

3 Answers  


What is the use of "shift" command in passing parameters?

1 Answers  


In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.

9 Answers   Amazon,


What is a shell script? Can you name some of its advantages?

0 Answers  


What are the different types of shell scripting?

0 Answers  


How will you connect to a database server from linux?

0 Answers  


write a shell script to find the largest number from 3 given numbers.

6 Answers  


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

0 Answers  


Explain about debugging?

0 Answers  


What are the three main forms of enabling debugging in a shell script?

6 Answers   ADC, Wipro,


Categories