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 shell?

Answers were Sorted based on User's Feedback



what is shell?..

Answer / prasant

The shell reads the command from the user and interprets
them as a request to execute a program.so bcoz shell plays
this role,it is called as a command line i9nterpreter..

Besides this shell is also a programming language.

it acts as an inretface between user and kernel.
three most widely used unix shells are Bourne shell,korn
shell and c shell.



Thank you
prasant kumar
prasantmuna@gmail.com

Is This Answer Correct ?    10 Yes 0 No

what is shell?..

Answer / ravindra

Shell is nothing but interface between end user and kernal.
Shell provides you a way to execute commands.

Is This Answer Correct ?    8 Yes 0 No

what is shell?..

Answer / nashiinformaticssolutions

The program which serves as an interface between the user and the system called a shell. It is the layer of programming that understands and executes the commands a user enters. In some systems, it’s also called a command interpreter.

Is This Answer Correct ?    0 Yes 0 No

what is shell?..

Answer / hr@tgksolutions.com

The program which serves as an interface between the user and the system called a shell. It is the layer of programming that understands and executes the commands a user enters. In some systems, it’s also called a command interpreter.

Is This Answer Correct ?    0 Yes 0 No

what is shell?..

Answer / cychoi

Shells are those shiny things along the seashores.

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More Unix Commands Interview Questions

what is the advaantage of each user having its own copy of the shell?

2 Answers   Infosys,


Why is grep called grep?

0 Answers  


What is grep and sed command?

1 Answers  


What does this command do? Cat food 1 > kitty

0 Answers  


How to remove a crontab file?

2 Answers  


Who invented grep?

0 Answers  


Which command is used to restrict incoming messages?

0 Answers  


How to redirect standard error to a file?

2 Answers  


Why is it called a shebang?

0 Answers  


What are Unix processes, and how do you manage them?

1 Answers  


how to find largest file?

14 Answers   HCL, Microsoft, Thomson Reuters,


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

0 Answers  


Categories