Question
Download Solution PDF________ system call creates new process in Unix.
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFConcept:
- In Unix like operating system, the fork system call is used for creating a new process where a process is a copy of itself, which is called the child process.
- The fork system call is usually a system call, implemented in the kernel.
- After a new child process is created, both processes will execute the next instruction following the fork() system call.
- If n times fork then total number of process create is 2n in which number of child processes created is 2n – 1
Example:
If 5 times fork system call is called then,
Total number of processes = 25 = 32
Total number of child processes created = 25 - 1 = 31
Last updated on Jul 7, 2025
-> The UGC NET Answer Key 2025 June was released on the official website ugcnet.nta.ac.in on 06th July 2025.
-> The UGC NET June 2025 exam will be conducted from 25th to 29th June 2025.
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.