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 use the PF_LOCAL and AF_LOCAL Macros?
What is the difference between socket & port?
How to Understand Network Byte Order?
How to test socket connection in linux?
How to Form Traditional Local Addresses?
What is the Use of the inet_netof() Function?
What is the use of PF_LOCAL and SOCK_STREAM?
What are Private IP Numbers?
What is the Use of the inet_ntoa() Function?
How TCP/IP Handles Flow Control?
How does socket communication work?
How to Bind a Specific Interface Address?
What is the use of PF_INET and SOCK_DGRAM?
How to Obtaine the Socket Address?
How to Allocate IP Addresses?