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 Happens when you execute a command?

Answers were Sorted based on User's Feedback



What Happens when you execute a command?..

Answer / amit

When command is given then unix os will fork the shell i.e
will creat a new process and will execute the command using
exec command...something like suppose you gave command "ls"
in the shell then...
fork();
exec(ls);
It will give you the result and after this the child process
will die.

Is This Answer Correct ?    17 Yes 2 No

What Happens when you execute a command?..

Answer / basha

Hi
command execute process used by shell
it will check
1.physical memory
a)alias
b)functions
2.HDD
c)builtin commands
d)path
e)execute permission
f)system calls FORK_EXEC_EXIT
it it founds then it will execute and give the info other
wise it shows shell name and not founs.

Is This Answer Correct ?    2 Yes 2 No

What Happens when you execute a command?..

Answer / kumar

os calls exec() function to execute the command and
displays the output

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Unix IPC Interview Questions

what is the condition required for dead lock in unix sustem ?

2 Answers  


How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

0 Answers  


Explain what are the system calls used for process management?

0 Answers  


write About fork()?

2 Answers  


What are the system calls used for process management?

3 Answers  


What are the various schemes available?

0 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,


What is the very first process created by kernel?

0 Answers  


How to write the program on full-duplex communication on biderctional(e.g using two pipes)

2 Answers   Infosys,


What are the process states in Unix?

11 Answers  


How do you execute one program from within another?

4 Answers  


Explain what is the process id for kernel process?

0 Answers  


Categories