what is the difference between fork() & exec()
Answer Posted / laxman masadi
fork: Create a new process
exec: replace a process's objectcode with contents of file
(executable)
Is This Answer Correct ? | 53 Yes | 10 No |
Post New Answer View All Answers
How to Understand Network Byte Order?
What are the different types of sockets?
What is AF_UNSPEC Address?
How TCP/IP Handles Flow Control?
How to test socket connection in linux?
What is the use of PF_INET and SOCK_STREAM?
What is the Use of the inet_makeaddr() Function?
What is Internet Address Classes?
How to Deal with Duplicated Sockets?
How to Form Traditional Local Addresses?
How to Perform Endian Conversions?
What is the difference between socket and port?
What is socket linux?
How to Understand Netmask Values?
How to open socket file in linux?