CCC Online Test
Menu mobile
Home
About
About CCC
CCC Syllabus
FAQs
Question Bank
Introduction to Computer
Introduction to Operating System
LibreOffice Writer
LibreOffice Calc
LibreOffice Impress
Introduction to Internet and WWW
Email Social Networking and eGovernance Services
Digital Financial Tools and Applications
Overview of Future Skills and Cyber Security
Study Material
Flash Card
Tutorial
Abbreviation
CCC Blog
O Level Online Test
Introduction to Operating System
Question Answer
What is the process id of init process
what is the process ID (PID) of init process?
init प्रक्रिया की प्रक्रिया आईडी क्या है?
Topic : Introduction to Operating System
A.
2
B.
4
C.
1
D.
6
Correct Answer
C. 1
Explanation :
<p>The process ID (PID) of the init process is: 1</p><ul><li>The init (or its modern replacement like systemd) is the first process started by the kernel during system boot.</li><li>It is the parent of all other processes on a Unix/Linux system.</li><li>Since it is the first process, it is always assigned PID 1.</li></ul>