Courseiva
mediumMatchingObjective-mapped

XK0-006 Practice Question: Match each Linux process signal to its typical…

Match each Linux process signal to its typical action.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Hangup, often reload config

Interrupt from keyboard (Ctrl+C)

Force kill (cannot be caught)

Terminate gracefully

Stop/pause process (cannot be caught)

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

SIGTERM: Terminates process with cleanup

Common Linux signals include SIGTERM (graceful termination), SIGKILL (force kill), and SIGINT (interrupt via Ctrl+C). Confusions often arise between SIGTERM and SIGKILL, and between SIGINT and SIGKILL.

Answer analysis

Option-by-option breakdown

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

  • SIGTERM: Terminates process with cleanup

    Why this is correct

    SIGTERM is the default signal sent to terminate a process; it allows the process to perform cleanup before exiting.

  • SIGKILL: Terminates process immediately

    Why this is correct

    SIGKILL immediately terminates a process without any cleanup; it cannot be caught or ignored.

  • SIGINT: Interrupts process (Ctrl+C)

    Why this is correct

    SIGINT is sent when the user presses Ctrl+C; it typically interrupts the process and prompts termination.

  • SIGTERM: Immediately terminates process without cleanup

    Why it's wrong here

    This describes SIGKILL, not SIGTERM. SIGTERM allows cleanup, while SIGKILL does not.

  • SIGKILL: Interrupts process (Ctrl+C)

    Why it's wrong here

    This describes SIGINT, not SIGKILL. SIGKILL terminates immediately; SIGINT interrupts gracefully.

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.