CompTIA Linux+ Certification Guide
上QQ阅读APP看书,第一时间看更新

Summary

In this chapter, we interacted with runlevels. We saw the various runlevels available, and we switched between runlevels. We saw the default runlevel (runlevel 5), and we made usage of the runlevel, who, and init commands for interaction. We then focused on boot targets. We looked at the default boot targets and saw the various units under each boot target. We then changed between boot targets and saw that authentication was required. We used the systemctl commands with various options, and the runlevel and who commands. We verified we are indeed in another boot target. We derived that the graphical.target is similar to runlevel 5 and that multi-user.target is similar to runlevel 3. Finally, we took a brief looked at the structure of a boot target.

In the next chapter, we will focus on the design of a hard disk layout. The hard disk layout is critical before any deployment is carried out. Hence, this next chapter carries a lot of weight in that a lot of thought needs to be placed on how we manage our hard disks. The fdisk and parted, to name a few, are going to be covered. The techniques that you will grasp from the next chapter will aid you in your future deployments as a Linux engineer. This empowerment gained from the next chapter is a key factor in building confidence for your future success in terms of certification.