Linux - init process (Sysv ?)
> Operating System - Kernel (Windows, Unix, Linux) > Linux / Unix > Linux - Boot (Init service system) > Linux - init process (Sysv ?)
Table of Contents
1 - About
Init is the first daemon process that continues running until the system is shut down.
2 - Articles Related
Advertising
3 - Management
3.1 - Is Init installed on my machine
Init is typically assigned process identifier 1.
pidof init>
1
3.2 - Promote an init level
The init command permits to promote an init level in order to run the correspondent init scripts.
[root prompt]# init 5.