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
What is socket and how it works?
How to Compare Sockets to Pipes?
What are the best linux system programming interview questions you've ever asked or been asked?
How to Understand Netmask Values?
How to Form Local Addresses?
What is the difference between socket & port?
What is socket linux?
How to Test with Other IP Numbers?
What are sockets used for?
How to look up a Service by Port and Protocol?
What is the use of endprotoent(3) Function
How to Form Internet (IPv4) Socket Addresses?
Can a socket have multiple connections?
Why socket programming is used?
How to Specify the Domain of a Socket?