Objective 1.4XK0-005

1.4 Given a scenario, configure and use the appropriate processes and services.

Objective 1.4 sits in System Management, which carries 32% of the Linux+ exam. The questions below are original, written from the official objective title above, and each explanation cites the CompTIA page it rests on.

Objective title verbatim from the official objectives. CompTIA exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

1-4System ManagementModerate

A process may respond to a delivered signal in exactly three ways. Which set is it?

Log it, mask it, or escalate it to the kernelMasking delays delivery; it is not one of the three dispositions.
Queue it, forward it, or return it to senderSignals are not forwarded or returned by a disposition.
Take the default, ignore it, or catch itCorrect · your answerCorrect. Default, ignore, or catch.
Suspend, resume, or restart the process itselfSuspend and resume are default actions of specific signals, not the disposition set.

Correct.

Concept

Signal disposition is per signal and per process: the process either takes what the kernel does by default, opts out, or supplies its own function.

Why C

On delivery a process performs the default action, ignores the signal, or catches it with a programmer-defined handler that runs when the signal arrives.

#signals#processes

Now you: objective 1.4 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

1-4System ManagementEasy

In the standard signal table, what does a default action listed as Core mean?

Sample question 2 of 3

1-4System ManagementModerate

A long-running job dies whenever the technician closes the terminal it was started from. Which signal is ending it?

Sample question 3 of 3

1-4System ManagementEasy

A parent process takes no special action when its children exit, yet it is never terminated by the notification. Why?

Full Linux+ question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in System Management