what is the difference between fork() & exec()
Answer Posted / gopi
fork() is used to creat new process.but execl() is used to load another application....see before going to load new,exexl() try to remove all data about old process..like old-----pid,vad,resourse
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to Specify an X.25 Address?
What is the Use of the inet_makeaddr() Function?
What are sockets used for?
How to use the PF_LOCAL and AF_LOCAL Macros?
What is the Use of the inet_netof() Function?
What is the use of inet_network()?
What are sockets in linux?
What are Address Conversion Functions?
How to Perform Endian Conversions?
Why bind system call is required in socket programming?
How to Obtaine the Socket Address?
What are the Advantages of TCP/IP?
How socket is created?
What is the use of endservent(3) Function?
How to Write a UDP Datagram Server?