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
What are two different models of ipc differentiate both?
What is fork()?
What is i-node numbers?
How to get or set an environment variable from a program?
Tell me set-user-id is related to (in unix)?
Explain the system calls used for process management?
Explain the initial process sequence while the system boots up?
Please explain fork() system call?
What is daemon?
Explain linking across directories?
How to write the program on full-duplex communication on bidirectional?
What is ipc port?
What are the various schemes available?
Max relax-able permission value with out giving write permission to others?
What is ln(linking)?