Which of the following processes is the grandparent of all processes on a Linux system?
  1. init
  2. sh
  3. bash
  4. ps
Explanation
Answer - A - The init process is the grandparent of all processes on a Linux system.

Key Takeaway: The init process is the last step in the boot procedure and identified by a process id of 1. This process starts all other system processes, as defined in the /etc/inittab file. It starts multiple instances of getty. Once the system is shutdown, the init process controls the sequence and processes for shutdown. The init process is never shut down.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz