Solved

Ordinarily the Exec() System Call Follows the Fork()

Question 37

Essay

Ordinarily the exec() system call follows the fork(). Explain what would happen if a programmer were to inadvertently place the call to exec() before the call to fork().

Correct Answer:

verifed

Verified

Because exec() overwrites the process, w...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions