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 TCP/IP Handles Flow Control?
What does socket consist of?
What is the use of PF_LOCAL and SOCK_STREAM?
How to Write a UDP Datagram Client?
Can you send and receive on the same socket at the same time?
HOW TCP/IP Handles Duplicated Packets?
What are sockets used for?
What is socket linux?
How to Bind a Specific Interface Address?
How to Understand Netmask Values?
What is the use of PF_INET and SOCK_STREAM?
How does socket communication work?
What is the Use of the inet_makeaddr() Function?
What is the use of endservent(3) Function?
How to Allocate IP Addresses?