Advertisements
Advertisements
Question
Write any two system calls of process management.
Short Answer
Advertisements
Solution
fork():Used to create a new (child) process that is a copy of the parent process. (Matches your #1 and #11).exit(): Used by a process to terminate its execution. (Matches your #2).wait(): Used by a parent process to wait for a child process to finish. (Matches your #3).exec(): Used to load and execute a new program within a process.
shaalaa.com
Is there an error in this question or solution?
2025-2026 (March) Official Board Paper
