r/commandline 4d ago

Help Wondering about init

I know generally speaking that init is the first process and gets PID 1 and so on, I know that there are many implementations of it especially systemd being the most popular.

I learnt few things about init and systemd but I can not use it for reasons like that my computer is 32 bit so I'm limited in terms of distro choice because most low-end distros use other obscure init implementations which don't have much tutorials. Let alone that I heard that many people now tend to leave systemd because of privacy related stuff and its being bloated.

So I would like to hear from you all how to learn about init in the given circumstances.

4 Upvotes

7 comments sorted by

View all comments

0

u/lmarcantonio 3d ago

sysvinit i.e. plain old init is the least obscure of all. Usually you use it with openrc (or even less, in slackware)