Answer Posted / 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 |
Post New Answer View All Answers
Which ipc is the fastest in unix?
Explain the advantage of executing a process in background?
What is unix ipc?
Tell me set-user-id is related to (in unix)?
Explain how do you execute one program from within another?
Explain linking across directories?
What is the full form of ipc?
How to write the program on full-duplex communication on bidirectional?
Which ipc is faster?
What is ln(linking)?
What is daemon?
Explain the system calls used for process management?
Max relax-able permission value with out giving write permission to others?
What are the various schemes available?
Please describe the initial process sequence while the system boots up?