InterviewSolution
Saved Bookmarks
| 1. |
What Is The First Process That Is Run When A Linux System Starts, And Is Responsible For Starting All Other System Processes And Services? |
|
Answer» The init PROCESS is the first process to be run. It is the parent process of all other Linux system PROCESSES, SERVICES, and daemons that are NEEDED to run the system. The init process is the first process to be run. It is the parent process of all other Linux system processes, services, and daemons that are needed to run the system. |
|