Featured resource
2026 Tech Forecast
2026 Tech Forecast

1,500+ tech insiders, business leaders, and Pluralsight Authors share their predictions on what’s shifting fastest and how to stay ahead.

Download the forecast
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Core Tech
Google Cloud Platform icon
Labs

Process and Service Management with systemd in Ubuntu Linux

In this guided lab, you will investigate running processes and resource usage with `ps`, `top`, and `htop`; manage system services with `systemctl` and `journalctl`; and author your own `systemd` unit file to run a custom application as a first-class service that starts at boot and recovers on failure. You will finish with the practical skills needed to keep an Ubuntu workload healthy, responsive, and production-ready.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Intermediate
Last updated
May 19, 2026
Duration
1h 0m

Contact sales

By clicking submit, you agree to our Privacy Policy and Terms of Use, and consent to receive marketing emails from Pluralsight.
Table of Contents
  1. Challenge

    Monitor and Control Running Linux Processes

    To start things off, you will inspect the Linux process table using tools like ps, top, and htop to identify the processes consuming the most resources. You will practice sending signals with kill and pkill, and compare exact-name signaling with killall against pattern-based signaling with pkill. You will adjust CPU scheduling priority using nice and renice, and manage foreground and background jobs in the shell with &, jobs, fg, and bg.

  2. Challenge

    Manage an Existing Service with systemd and systemctl

    Next, you will manage an existing nginx service using systemd and systemctl. You will check the service status, review recent logs with journalctl, and perform common service actions such as starting, stopping, restarting, reloading, enabling, and disabling the service. You will also explore loaded units, failed units, the current default target, and the system boot sequence using tools like systemd-analyze and systemctl list-dependencies.

  3. Challenge

    Create and Deploy a Custom systemd Unit File

    To finish things off, you will create and deploy a custom .service unit file for inventory-api. You will define the required [Unit], [Service], and [Install] sections, reload systemd, enable and start the service, and verify that it runs successfully. You will also test auto-recovery by stopping the process, confirm that systemd restarts it, create a safe override with systemctl edit, and inspect boot performance with systemd-analyze blame and systemd-analyze critical-chain.

About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

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.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight