Drag a concept onto its matching description — or click a concept then click the description.
Hangup, often reload config
Interrupt from keyboard (Ctrl+C)
Force kill (cannot be caught)
Terminate gracefully
Stop/pause process (cannot be caught)
Match each Linux process signal to its typical action.
Drag a concept onto its matching description — or click a concept then click the description.
Hangup, often reload config
Interrupt from keyboard (Ctrl+C)
Force kill (cannot be caught)
Terminate gracefully
Stop/pause process (cannot be caught)
Answer choices
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
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.
Go deeper
Learn chapter
Linux Fundamentals and History
Key term
Linux
Linux is an open-source operating system that manages computer hardware and software, widely used in servers, desktops, and embedded systems.
Key term
Process
In IT service management, a process is a structured set of activities designed to accomplish a specific objective, such as managing incidents or changes, by transforming inputs into defined outputs.
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 →
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.