Courseiva
mediumMultiple SelectObjective-mapped

XK0-006 Which three are valid systemd unit types? Practice Question

Which three are valid systemd unit types?

⚠ Common exam trap

Candidates often mistakenly select 'process' and 'job' as valid systemd unit types because they sound plausible, but they are not part of the official list of systemd unit types. This confusion arises from general Linux terminology versus systemd-specific unit definitions.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

socket

B (socket), C (service), and D (timer) are all valid systemd unit types. A socket unit encapsulates a local IPC or network socket in the system for socket-based activation, a service unit describes a process controlled and supervised by systemd, and a timer unit provides a mechanism for triggering activation of other units based on time events. These are among the 12 standard systemd unit types defined in the systemd documentation.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • process

    Why it's wrong here

    process is not a systemd unit type; processes are managed by service units.

  • socket

    Why this is correct

    socket is a unit type for IPC or network sockets.

  • service

    Why this is correct

    service is a unit type for system services.

  • timer

    Why this is correct

    timer is a unit type for time-controlled events.

  • job

    Why it's wrong here

    job is not a systemd unit type; jobs are used by init systems like Upstart.

About these practice questions

One of 979 original XK0-006 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This XK0-006 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the XK0-006 exam.