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 Manipulate IP Numbers?
What is the Use of the inet_netof() Function?
What are the Advantages of TCP/IP?
How to Write a UDP Datagram Client?
What are Anonymous Calls?
How to Understand Network Byte Order?
What are Address Conversion Functions?
What is the Use of the inet_makeaddr() Function?
What does socket consist of?
What is socket abstraction?
What are the best linux system programming interview questions you've ever asked or been asked?
How to open socket file in linux?
What are Reserved IP Numbers?
How to Perform Endian Conversions?
What are Nameless Sockets?