Runlevels and rc.d scripts

Posted on Fri 16 March 2018 in How To DIY, Linux • Tagged with initd, Linux, runlevel

Linux boot and shutdown scripts

Many operating systems use the concept of runlevels. This is particularly the case for System V Unix based systems. As you might have read in our earlier post how Linux boots it uses runlevels to determine what to do. Let's study runlevels and rc scripts in detail.

Runlevels

Runlevels are …


Continue reading