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 Perform Endian Conversions?
What is the use of PF_LOCAL and SOCK_STREAM?
Why socket programming is used?
How to open socket file in linux?
How to Write a UDP Datagram Server?
How TCP/IP Handles Flow Control?
How to Form Traditional Local Addresses?
What is the use getservent(3)?
What is the difference between socket & port?
How to Understand Network Byte Order?
How to Understand Netmask Values?
How to Bind Addresses to a Socket?
How to Specify an X.25 Address?
HOW TCP/IP Handles Duplicated Packets?
What is socket file in linux?