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
What are Reserved IP Numbers?
How to Choose a Socket Type?
How to Compare Sockets to Pipes?
How to Test with Other IP Numbers?
What are Nameless Sockets?
What is the use of setprotoent(3) Function?
How to open socket file in linux?
What is Internet Address Classes?
How socket is created?
How to Bind a Specific Interface Address?
How to use the PF_LOCAL and AF_LOCAL Macros?
How to Form Abstract Local Addresses?
How to test socket connection in linux?
How to Define a Socket?
What is the use of PF_LOCAL and SOCK_STREAM?