XK0-005 · Question #106
An administrator has modified the configuration file for a service. The service is still running but is not using the new configured values. Which of the following will BEST remediate this issue?
The correct answer is A. kill -HUP. The kill command sends a signal to specified processes or process groups, causing them to act according to the signal. When the signal is not specified, it defaults to -15 (-TERM). The most commonly used signals are: 1 (HUP) - Reload a process.
Question
An administrator has modified the configuration file for a service. The service is still running but is not using the new configured values. Which of the following will BEST remediate this issue?
Options
- Akill -HUP
- Binit 0
- Cservice start
- Drenice -10
How the community answered
(31 responses)- A94% (29)
- B3% (1)
- D3% (1)
Explanation
The kill command sends a signal to specified processes or process groups, causing them to act according to the signal. When the signal is not specified, it defaults to -15 (-TERM). The most commonly used signals are: 1 (HUP) - Reload a process.
Topics
Community Discussion
No community discussion yet for this question.