what is the difference between fork() & exec()
Answer Posted / mahitha
fork creates a new process where the childs and the parents
address space wil be different
wen we use exec system cal,the child wil be made to share
the pages of the parent..also the permissions wil be shared
between the 2.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How to use the PF_LOCAL and AF_LOCAL Macros?
How to Reply to a Wild Address?
What is the use of PF_LOCAL and SOCK_STREAM?
What is socket and how it works?
How to Form Abstract Local Addresses?
What does socket consist of?
How to perform I/O on Sockets?
How to Obtaine the Socket Address?
How socket is created?
Why bind system call is required in socket programming?
How to Examin the /etc/services File?
What are Nameless Sockets?
What are the different types of sockets?
What is the use of PF_INET and SOCK_DGRAM?
How to Test with Other IP Numbers?