Restarting init without restarting the system

init

In this question, the accepted answers states that

For example, /sbin/init uses glibc [the vulnerable lib], and restarting that without a reboot is non-trivial.

Now, non-trivial is engineer'ish for impossible, but I'm still curious:

Is it possible to restart init without restarting the whole system?

Best Answer

telinit u

will restart init without affecting the rest of the system.

Related Question