- Lab
- A Cloud Guru
Working with systemd Targets
The concept of runlevels in SysV has been reimagined and expressed as targets in `systemd`. Knowing how to manage, use, and manipulate targets will make your `systemd` management much easier. In this lab, we'll use the `runlevel` command that ships with `systemd` to determine system state, work with the default target, manipulate it, and then isolate to the new target. We'll also understand why some targets can be isolated and others can't, inspect the contents of targets to see what they can do, and finally get a better understanding of the relationship between the `poweroff`, `shutdown`, `halt`, and `reboot` commands and `systemctl`.
Path Info
Table of Contents
-
Challenge
Work with Runlevels and Targets
- Use the runlevel command.
- Get and set the default target.
- Isolate and list the targets.
-
Challenge
Work with Target Isolation
- Attempt to isolate a target.
- List the contents of different targets.
- Determine what allows a target to be isolated.
-
Challenge
Understand the Shutdown Commands
- Identify the location of the
shutdown
,halt
,poweroff
, andreboot
commands. - Determine what they are.
- See which are also represented in systemctl.
- Identify the location of the
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.