Explain the role of init process on UNIX and Linux systems in regard to process termination.
Answers
Answered by
0
Answer :-
Init is the parent of all processes, executed by the kernel during the booting of a system. Its principle role is to create processes from a script stored in the file /etc/inittab.
It usually has entries which cause init to spawn gettys on each line that users can log in.
Similar questions