Linux - init process (Sysv ?)

About

Init is the first daemon process that continues running until the system is shut down.

Management

Is Init installed on my machine

Init is typically assigned process identifier 1.

pidof init>
1

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.

Documentation / Reference

Task Runner