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 the use of inet_network()?
How to Form Traditional Local Addresses?
What is the use of setprotoent(3) Function?
What is the use getservent(3)?
How to test socket connection in linux?
Are sockets bidirectional?
How TCP/IP Handles Lost Packets?
What is socket connection?
How socket is created?
How TCP/IP Handles Sequencing?
What are Anonymous Calls?
Are sockets full duplex?
How to Write a UDP Datagram Server?
What is the setservent(3) Function?
How to Deal with Duplicated Sockets?