Linux System Calls Question: Download Linux System Calls PDF

What does exec family return?

Tweet Share WhatsApp

Answer:

When successful exec will not return, it will start
executing the new program
However if there is an- error exec returns -1 and sets the
errno to the appropriate value

Download Linux System Calls PDF Read All 35 Linux System Calls Questions
Previous QuestionNext Question
What is difference between spinlock, seamaphores and mutex and where to use it?What do fork() internally call?